Changeset b1276d44 in mainline for doxygen/doxygen.cfg.diff


Ignore:
Timestamp:
2018-08-29T15:11:37Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46f7b64
Parents:
c606e33
Message:

Enable all doxygen sections for the kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doxygen/doxygen.cfg.diff

    rc606e33 rb1276d44  
    1 --- doxygen.cfg.gen     2017-11-30 15:25:41.038184899 +0100
    2 +++ doxygen.cfg 2017-11-30 15:31:19.536034077 +0100
     1--- doxygen.cfg.gen     2018-08-29 14:43:41.122709974 +0200
     2+++ doxygen.cfg 2018-08-29 16:54:48.567343308 +0200
    33@@ -32,7 +32,7 @@
    44 # title of most generated pages and in a few other places.
    55 # The default value is: My Project.
    6 
     6 
    77-PROJECT_NAME           = "My Project"
    88+PROJECT_NAME           = "HelenOS"
    9 
     9 
    1010 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
    1111 # could be handy for archiving the generated documentation or if some version
     
    1313 # for a project that appears at the top of each page and should give viewer a
    1414 # quick idea about the purpose of the project. Keep the description short.
    15 
     15 
    1616-PROJECT_BRIEF          =
    1717+PROJECT_BRIEF          = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
    18 
     18 
    1919 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
    2020 # in the documentation. The maximum height of the logo should not exceed 55
    21 @@ -790,7 +790,7 @@
     21@@ -649,7 +649,7 @@
     22 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
     23 # ... \endcond blocks.
     24 
     25-ENABLED_SECTIONS       =
     26+ENABLED_SECTIONS       = abs32le amd64 arm32 ia32 ia64 mips32 ppc32 riscv64 sparc64
     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 @@
    2231 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
    2332 # Note: If this tag is empty the current directory is searched.
    24 
     33 
    2534-INPUT                  =
    2635+INPUT                  = ..
    27 
     36 
    2837 # This tag can be used to specify the character encoding of the source files
    2938 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
    30 @@ -864,7 +864,7 @@
     39@@ -865,7 +865,7 @@
    3140 # be searched for input files as well.
    3241 # The default value is: NO.
    33 
     42 
    3443-RECURSIVE              = NO
    3544+RECURSIVE              = YES
    36 
     45 
    3746 # The EXCLUDE tag can be used to specify files and/or directories that should be
    3847 # excluded from the INPUT source files. This way you can easily exclude a
Note: See TracChangeset for help on using the changeset viewer.