source: mainline/doxygen/doxygen.cfg.diff@ 5b0cf63

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5b0cf63 was 7f345cd0, checked in by Jiri Svoboda <jiri@…>, 8 years ago

Try to build a Doxygen reference again.

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[7f345cd0]1--- doxygen.cfg.gen 2017-11-30 15:25:41.038184899 +0100
2+++ doxygen.cfg 2017-11-30 15:31:19.536034077 +0100
3@@ -32,7 +32,7 @@
4 # title of most generated pages and in a few other places.
5 # The default value is: My Project.
6
7-PROJECT_NAME = "My Project"
8+PROJECT_NAME = "HelenOS"
9
10 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
11 # could be handy for archiving the generated documentation or if some version
12@@ -44,7 +44,7 @@
13 # for a project that appears at the top of each page and should give viewer a
14 # quick idea about the purpose of the project. Keep the description short.
15
16-PROJECT_BRIEF =
17+PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
18
19 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
20 # in the documentation. The maximum height of the logo should not exceed 55
21@@ -790,7 +790,7 @@
22 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
23 # Note: If this tag is empty the current directory is searched.
24
25-INPUT =
26+INPUT = ..
27
28 # This tag can be used to specify the character encoding of the source files
29 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
30@@ -864,7 +864,7 @@
31 # be searched for input files as well.
32 # The default value is: NO.
33
34-RECURSIVE = NO
35+RECURSIVE = YES
36
37 # The EXCLUDE tag can be used to specify files and/or directories that should be
38 # excluded from the INPUT source files. This way you can easily exclude a
Note: See TracBrowser for help on using the repository browser.