source: Doxyfile @ e908bac

Revision e908bac, 1.4 KB checked in by lottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>, 3 years ago (diff)

doc: Various fixes to documentation infrastructure

  • Move all doc related files to doc/
  • Use INPUT directive to correctly generate docs
  • Move FILE_PATTERNS to common Doxyfile

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2992 38d2e660-2303-0410-9eaa-f027e97ec537

  • Property mode set to 100644
Line 
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
10OUTPUT_DIRECTORY       = doc/reference
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
17INPUT                  += doc/Mainpage.online
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
23HTML_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
30GENERATE_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
37CHM_FILE               =
38
Note: See TracBrowser for help on using the repository browser.