doc: Various fixes to documentation infrastructure
[bertos.git] / Doxyfile-snapshot
1 # Doxyfile 1.5.9
2
3 @INCLUDE = Doxyfile-common
4
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.
9
10 OUTPUT_DIRECTORY       = doc/reference-snapshot
11
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 
15 # with spaces.
16
17 INPUT                  += doc/Mainpage.snapshot
18
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 
21 # standard header.
22
23 HTML_HEADER            = doc/TracHeader.html 
24
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.
29
30 GENERATE_HTMLHELP      = NO
31
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.
36
37 CHM_FILE               = 
38