aboutsummaryrefslogtreecommitdiffstats
path: root/writecap/doxygen.cfg.in
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-03-25 20:49:50 -0400
committerMichael Mann <mmann78@netscape.net>2016-03-26 00:51:14 +0000
commitb457fe5f0356d89c8e6b4e084f0e797ee6911809 (patch)
tree871eec4d337cba7952b7dcb8ffa3b95c04914be8 /writecap/doxygen.cfg.in
parent2b8f409324e065cb72573954ff3e98fc24b29364 (diff)
Fix some copy/pasteos for writecap using doxygen
Change-Id: Ie5baadb7c19a56c2e1de524fcf8598d60dce18f8 Reviewed-on: https://code.wireshark.org/review/14632 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'writecap/doxygen.cfg.in')
-rw-r--r--writecap/doxygen.cfg.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/writecap/doxygen.cfg.in b/writecap/doxygen.cfg.in
index cae55f4037..846ef74133 100644
--- a/writecap/doxygen.cfg.in
+++ b/writecap/doxygen.cfg.in
@@ -24,7 +24,7 @@ OUTPUT_DIRECTORY = ../wsar_html
# 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 = caputils
+HTML_OUTPUT = writecap
# The TAGFILES option can be used to specify one or more tagfiles.
# Optionally an initial location of the external documentation
@@ -48,7 +48,7 @@ TAGFILES = ../doxygen-core.tag=..
# 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 = doxygen-caputils.tag
+GENERATE_TAGFILE = doxygen-writecap.tag
# 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.
@@ -78,4 +78,4 @@ EXCLUDE_PATTERNS =
# can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = wireshark-caputils.chm
+CHM_FILE = wireshark-writecap.chm