aboutsummaryrefslogtreecommitdiffstats
path: root/ui/doxygen.cfg.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-26 00:07:42 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-26 00:07:42 +0000
commite6434ae19ec7f731a7e52cf34d4e2ac5cfc53336 (patch)
treec573fa0bed63eb20ff976d398b2326c775ef2804 /ui/doxygen.cfg.in
parentc3d7f57f58bcc7062b9b1bb8cc438e0b57806505 (diff)
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 'ui/doxygen.cfg.in')
-rw-r--r--ui/doxygen.cfg.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/ui/doxygen.cfg.in b/ui/doxygen.cfg.in
index 1268ca4c1a..1f8d325a72 100644
--- a/ui/doxygen.cfg.in
+++ b/ui/doxygen.cfg.in
@@ -1,10 +1,12 @@
# $Id$
# @configure_input@
+@INCLUDE = ../doxygen_global.cfg
+
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = Wireshark-UI
+PROJECT_NAME = "Wireshark Common UI"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -17,7 +19,13 @@ PROJECT_NUMBER = @VERSION@
# 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
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
+# 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 = ui
# The INPUT tag can be used to specify the files and/or directories that contain
# documented source files. You may enter file names like "myfile.cpp" or
@@ -65,5 +73,3 @@ EXCLUDE_PATTERNS =
# written to the html output directory.
CHM_FILE = wireshark-ui.chm
-
-@INCLUDE = ../doxygen_global.cfg