diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-04-30 00:27:02 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-04-30 00:27:02 +0000 |
commit | 9120bf883e8c093f1298c20d65fc1560d9162ce3 (patch) | |
tree | 7668a21e92d486de3bee790a591e497a4946a123 /doxygen_global.cfg | |
parent | 160af640582cb895f1ad581e7d3f38c8225b15d0 (diff) | |
download | wireshark-9120bf883e8c093f1298c20d65fc1560d9162ce3.tar.gz wireshark-9120bf883e8c093f1298c20d65fc1560d9162ce3.tar.bz2 wireshark-9120bf883e8c093f1298c20d65fc1560d9162ce3.zip |
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 'doxygen_global.cfg')
-rw-r--r-- | doxygen_global.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen_global.cfg b/doxygen_global.cfg index 849c2eb655..d916490040 100644 --- a/doxygen_global.cfg +++ b/doxygen_global.cfg @@ -598,7 +598,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = +FILE_PATTERNS = *.dox *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -1412,7 +1412,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes |