Changeset b1276d44 in mainline


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

Files:
3 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
  • kernel/arch/ia64/include/arch/drivers/kbd.h

    rc606e33 rb1276d44  
    2727 */
    2828
    29 /** @addtogroup ia6464
     29/** @addtogroup ia64
    3030 * @{
    3131 */
  • kernel/doc/doxygroups.h

    rc606e33 rb1276d44  
    7373
    7474/**
    75  *     @cond ppc64
    76  *     @defgroup ppc64proc ppc64
     75 *     @cond riscv64
     76 *     @defgroup riscv64proc riscv64
    7777 *     @ingroup proc
    7878 *     @endcond
     
    149149
    150150/**
    151  *     @cond ppc64
    152  *     @defgroup ppc64mm ppc64
     151 *     @cond riscv64
     152 *     @defgroup riscv64mm riscv64
    153153 *     @ingroup mm
    154154 *     @endcond
     
    226226
    227227/**
    228  *     @cond ppc64
    229  *     @defgroup ppc64ddi ppc64
     228 *     @cond riscv64
     229 *     @defgroup riscv64ddi riscv64
    230230 *     @ingroup ddi
    231231 *     @endcond
     
    291291
    292292/**
    293  *     @cond ppc64
    294  *     @defgroup ppc64debug ppc64
     293 *     @cond riscv64
     294 *     @defgroup riscv64debug riscv64
    295295 *     @ingroup debug
    296296 *     @endcond
     
    355355
    356356/**
    357  *     @cond ppc64
    358  *     @defgroup ppc64interrupt ppc64
     357 *     @cond riscv64
     358 *     @defgroup riscv64interrupt riscv64
    359359 *     @ingroup interrupt
    360360 *     @endcond
     
    426426
    427427/**
    428  *     @cond ppc64
    429  *     @defgroup ppc64 ppc64
     428 *     @cond riscv64
     429 *     @defgroup riscv64 riscv64
    430430 *     @ingroup others
    431431 *     @endcond
Note: See TracChangeset for help on using the changeset viewer.