Factor our resource management, add cleanup
[helenos.git] / doxygen / doxygen.cfg.diff
blob2c3c66e66927ad48849b58c4a2c15769fe1aab5d
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.
7 -PROJECT_NAME = "My Project"
8 +PROJECT_NAME = "HelenOS"
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.
16 -PROJECT_BRIEF =
17 +PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
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.
25 -INPUT =
26 +INPUT = ..
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.
34 -RECURSIVE = NO
35 +RECURSIVE = YES
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