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