diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-04-26 00:07:42 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-04-26 00:07:42 +0000 |
commit | e6434ae19ec7f731a7e52cf34d4e2ac5cfc53336 (patch) | |
tree | c573fa0bed63eb20ff976d398b2326c775ef2804 /doxygen_global.cfg | |
parent | c3d7f57f58bcc7062b9b1bb8cc438e0b57806505 (diff) | |
download | wireshark-e6434ae19ec7f731a7e52cf34d4e2ac5cfc53336.tar.gz wireshark-e6434ae19ec7f731a7e52cf34d4e2ac5cfc53336.tar.bz2 wireshark-e6434ae19ec7f731a7e52cf34d4e2ac5cfc53336.zip |
Update the main, epan, and ui Doxygen configuration files. Change the
output directory to wsar_html (Wireshark API Reference HTML) to match
the Docbook naming convention. In each doxygen.cfg.in move the
doxygen_global.cfg to the top of the file so that our local definitions
don't get clobbered. Add makefile targets for wsar_html and wsar-zip.
svn path=/trunk/; revision=49043
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 25bee6df2e..849c2eb655 100644 --- a/doxygen_global.cfg +++ b/doxygen_global.cfg @@ -38,7 +38,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = wsar_html # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -780,7 +780,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank |