[9905da7] | 1 | --- doxygen.cfg.gen 2018-08-29 17:07:57.439518972 +0200
|
---|
| 2 | +++ doxygen.cfg 2018-08-30 00:03:23.790524052 +0200
|
---|
[7f345cd0] | 3 | @@ -32,7 +32,7 @@
|
---|
| 4 | # title of most generated pages and in a few other places.
|
---|
| 5 | # The default value is: My Project.
|
---|
[b1276d44] | 6 |
|
---|
[7f345cd0] | 7 | -PROJECT_NAME = "My Project"
|
---|
| 8 | +PROJECT_NAME = "HelenOS"
|
---|
[b1276d44] | 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.
|
---|
[b1276d44] | 15 |
|
---|
[7f345cd0] | 16 | -PROJECT_BRIEF =
|
---|
| 17 | +PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
|
---|
[b1276d44] | 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
|
---|
[b1276d44] | 21 | @@ -649,7 +649,7 @@
|
---|
| 22 | # sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
---|
| 23 | # ... \endcond blocks.
|
---|
| 24 |
|
---|
| 25 | -ENABLED_SECTIONS =
|
---|
[84176f3] | 26 | +ENABLED_SECTIONS = abs32le amd64 arm32 arm64 ia32 ia64 mips32 ppc32 riscv64 sparc64
|
---|
[b1276d44] | 27 |
|
---|
| 28 | # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
|
---|
| 29 | # initial value of a variable or macro / define can have for it to appear in the
|
---|
| 30 | @@ -791,7 +791,7 @@
|
---|
[7f345cd0] | 31 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
---|
| 32 | # Note: If this tag is empty the current directory is searched.
|
---|
[b1276d44] | 33 |
|
---|
[7f345cd0] | 34 | -INPUT =
|
---|
[e77d408] | 35 | +INPUT = ../README.md ../abi ../boot ../kernel ../uspace
|
---|
[b1276d44] | 36 |
|
---|
[7f345cd0] | 37 | # This tag can be used to specify the character encoding of the source files
|
---|
| 38 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
---|
[b1276d44] | 39 | @@ -865,7 +865,7 @@
|
---|
[7f345cd0] | 40 | # be searched for input files as well.
|
---|
| 41 | # The default value is: NO.
|
---|
[b1276d44] | 42 |
|
---|
[7f345cd0] | 43 | -RECURSIVE = NO
|
---|
| 44 | +RECURSIVE = YES
|
---|
[b1276d44] | 45 |
|
---|
[7f345cd0] | 46 | # The EXCLUDE tag can be used to specify files and/or directories that should be
|
---|
| 47 | # excluded from the INPUT source files. This way you can easily exclude a
|
---|
[9905da7] | 48 | @@ -1468,7 +1468,7 @@
|
---|
| 49 | # The default value is: NO.
|
---|
| 50 | # This tag requires that the tag GENERATE_HTML is set to YES.
|
---|
| 51 |
|
---|
| 52 | -GENERATE_TREEVIEW = NO
|
---|
| 53 | +GENERATE_TREEVIEW = YES
|
---|
| 54 |
|
---|
| 55 | # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
|
---|
| 56 | # doxygen will group on one line in the generated HTML documentation.
|
---|