3 @INCLUDE = Doxyfile-common
5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
6 # base path where the generated documentation will be put.
7 # If a relative path is entered, it will be relative to the location
8 # where doxygen was started. If left blank the current directory will be used.
10 OUTPUT_DIRECTORY = doc/reference-snapshot
12 # The INPUT tag can be used to specify the files and/or directories that contain
13 # documented source files. You may enter file names like "myfile.cpp" or
14 # directories like "/usr/src/myproject". Separate the files or directories
17 INPUT += doc/Mainpage.snapshot
19 # The HTML_HEADER tag can be used to specify a personal HTML header for
20 # each generated HTML page. If it is left blank doxygen will generate a
23 HTML_HEADER = doc/TracHeader.html
25 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
26 # will be generated that can be used as input for tools like the
27 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
28 # of the generated HTML documentation.
30 GENERATE_HTMLHELP = NO
32 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
33 # be used to specify the file name of the resulting .chm file. You
34 # can add a path in front of the file if the result should not be
35 # written to the html output directory.