Changeset f1380b7 in mainline for doxygen/doxygen.cfg.diff
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doxygen/doxygen.cfg.diff
ra35b458 rf1380b7 4 4 # title of most generated pages and in a few other places. 5 5 # The default value is: My Project. 6 6 7 7 -PROJECT_NAME = "My Project" 8 8 +PROJECT_NAME = "HelenOS" 9 9 10 10 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 11 11 # could be handy for archiving the generated documentation or if some version … … 13 13 # for a project that appears at the top of each page and should give viewer a 14 14 # quick idea about the purpose of the project. Keep the description short. 15 15 16 16 -PROJECT_BRIEF = 17 17 +PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch." 18 18 19 19 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 20 20 # in the documentation. The maximum height of the logo should not exceed 55 … … 22 22 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 23 23 # Note: If this tag is empty the current directory is searched. 24 24 25 25 -INPUT = 26 26 +INPUT = .. 27 27 28 28 # This tag can be used to specify the character encoding of the source files 29 29 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses … … 31 31 # be searched for input files as well. 32 32 # The default value is: NO. 33 33 34 34 -RECURSIVE = NO 35 35 +RECURSIVE = YES 36 36 37 37 # The EXCLUDE tag can be used to specify files and/or directories that should be 38 38 # excluded from the INPUT source files. This way you can easily exclude a
Note:
See TracChangeset
for help on using the changeset viewer.