source: mainline/doxygen/doxygen.cfg.diff@ 7afd12e5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 7afd12e5 was f1380b7, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 7 years ago

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

  • 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.
[f1380b7]6
[7f345cd0]7-PROJECT_NAME = "My Project"
8+PROJECT_NAME = "HelenOS"
[f1380b7]9
[7f345cd0]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.
[f1380b7]15
[7f345cd0]16-PROJECT_BRIEF =
17+PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
[f1380b7]18
[7f345cd0]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.
[f1380b7]24
[7f345cd0]25-INPUT =
26+INPUT = ..
[f1380b7]27
[7f345cd0]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.
[f1380b7]33
[7f345cd0]34-RECURSIVE = NO
35+RECURSIVE = YES
[f1380b7]36
[7f345cd0]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.