4 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
5 # by quotes) that should identify the project.
7 PROJECT_NAME = Wireshark-QT
9 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
10 # This could be handy for archiving the generated documentation or
11 # if some version control system is used.
13 PROJECT_NUMBER = @VERSION@
15 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
16 # base path where the generated documentation will be put.
17 # If a relative path is entered, it will be relative to the location
18 # where doxygen was started. If left blank the current directory will be used.
22 # The INPUT tag can be used to specify the files and/or directories that contain
23 # documented source files. You may enter file names like "myfile.cpp" or
24 # directories like "/usr/src/myproject". Separate the files or directories
27 INPUT = . ../progress_dlg.h ../simple_dialog.h
29 # If the value of the INPUT tag contains directories, you can use the
30 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
31 # and *.h) to filter out the source-files in the directories. If left
32 # blank the following patterns are tested:
33 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
34 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
38 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
39 # should be searched for input files as well. Possible values are YES and NO.
40 # If left blank NO is used.
44 # The EXCLUDE tag can be used to specify files and/or directories that should
45 # excluded from the INPUT source files. This way you can easily exclude a
46 # subdirectory from a directory tree whose root is specified with the INPUT tag.
50 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
51 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
55 # If the value of the INPUT tag contains directories, you can use the
56 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
57 # certain files from those directories.
61 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
62 # be used to specify the file name of the resulting .chm file. You
63 # can add a path in front of the file if the result should not be
64 # written to the html output directory.
66 CHM_FILE = wireshark-qt.chm
68 @INCLUDE = ../../doxygen_global.cfg