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>
This commit is contained in:
Michael Mann 2016-03-25 20:49:50 -04:00
parent 2b8f409324
commit b457fe5f03
1 changed files with 3 additions and 3 deletions

View File

@ -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