enable chm file generation for doxygen,

move chm filename setting to module specific config file


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11091 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
ulfl 2004-06-03 14:57:23 +00:00
parent 98bf4fcabf
commit 8cda563896
2 changed files with 8 additions and 8 deletions

View File

@ -525,14 +525,7 @@ HTML_ALIGN_MEMBERS = YES
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
# of the generated HTML documentation.
GENERATE_HTMLHELP = NO
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
# be used to specify the file name of the resulting .chm file. You
# can add a path in front of the file if the result should not be
# written to the html output directory.
CHM_FILE =
GENERATE_HTMLHELP = YES
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of

View File

@ -55,4 +55,11 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
# be used to specify the file name of the resulting .chm file. You
# can add a path in front of the file if the result should not be
# written to the html output directory.
CHM_FILE = ethereal-gtk.chm
@INCLUDE = ../doxygen.cfg