From 9120bf883e8c093f1298c20d65fc1560d9162ce3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 30 Apr 2013 00:27:02 +0000 Subject: 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 --- doxygen_global.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doxygen_global.cfg') 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 -- cgit v1.2.3