aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-30 00:27:02 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-30 00:27:02 +0000
commit9120bf883e8c093f1298c20d65fc1560d9162ce3 (patch)
tree7668a21e92d486de3bee790a591e497a4946a123 /tools
parent160af640582cb895f1ad581e7d3f38c8225b15d0 (diff)
Move the contents of wsar_html/core to wsar_html. Create tag files for
core, epan, and ui, and link them to each other to varying degrees. This seems to be the best way to organize our documentation. The alternative is to switch to a single doxygen.cfg and manually add files to different groups or sections. Add a wireshark.dox file which contains markup for the main page. Add .dox and .txt to svnadd. Clean up our tag files. Force wsar_html to rebuild each time. svn path=/trunk/; revision=49091
Diffstat (limited to 'tools')
-rwxr-xr-xtools/svnadd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/svnadd b/tools/svnadd
index 911a97cf97..badf6dfb92 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -40,7 +40,7 @@ do
svn add $file
case "$file" in
- *.asciidoc)
+ *.asciidoc|*.dox|*.txt)
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file
svn ps svn:mime-type text/plain $file