Changeset b1276d44 in mainline
- Timestamp:
- 2018-08-29T15:11:37Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46f7b64
- Parents:
- c606e33
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doxygen/doxygen.cfg.diff
rc606e33 rb1276d44 1 --- doxygen.cfg.gen 201 7-11-30 15:25:41.038184899 +01002 +++ doxygen.cfg 201 7-11-30 15:31:19.536034077 +01001 --- doxygen.cfg.gen 2018-08-29 14:43:41.122709974 +0200 2 +++ doxygen.cfg 2018-08-29 16:54:48.567343308 +0200 3 3 @@ -32,7 +32,7 @@ 4 4 # title of most generated pages and in a few other places. 5 5 # The default value is: My Project. 6 6 7 7 -PROJECT_NAME = "My Project" 8 8 +PROJECT_NAME = "HelenOS" 9 9 10 10 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 11 11 # could be handy for archiving the generated documentation or if some version … … 13 13 # for a project that appears at the top of each page and should give viewer a 14 14 # quick idea about the purpose of the project. Keep the description short. 15 15 16 16 -PROJECT_BRIEF = 17 17 +PROJECT_BRIEF = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch." 18 18 19 19 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 20 20 # 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 @@ 22 31 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 23 32 # Note: If this tag is empty the current directory is searched. 24 33 25 34 -INPUT = 26 35 +INPUT = .. 27 36 28 37 # This tag can be used to specify the character encoding of the source files 29 38 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 30 @@ -86 4,7 +864,7 @@39 @@ -865,7 +865,7 @@ 31 40 # be searched for input files as well. 32 41 # The default value is: NO. 33 42 34 43 -RECURSIVE = NO 35 44 +RECURSIVE = YES 36 45 37 46 # The EXCLUDE tag can be used to specify files and/or directories that should be 38 47 # excluded from the INPUT source files. This way you can easily exclude a -
kernel/arch/ia64/include/arch/drivers/kbd.h
rc606e33 rb1276d44 27 27 */ 28 28 29 /** @addtogroup ia64 6429 /** @addtogroup ia64 30 30 * @{ 31 31 */ -
kernel/doc/doxygroups.h
rc606e33 rb1276d44 73 73 74 74 /** 75 * @cond ppc6476 * @defgroup ppc64proc ppc6475 * @cond riscv64 76 * @defgroup riscv64proc riscv64 77 77 * @ingroup proc 78 78 * @endcond … … 149 149 150 150 /** 151 * @cond ppc64152 * @defgroup ppc64mm ppc64151 * @cond riscv64 152 * @defgroup riscv64mm riscv64 153 153 * @ingroup mm 154 154 * @endcond … … 226 226 227 227 /** 228 * @cond ppc64229 * @defgroup ppc64ddi ppc64228 * @cond riscv64 229 * @defgroup riscv64ddi riscv64 230 230 * @ingroup ddi 231 231 * @endcond … … 291 291 292 292 /** 293 * @cond ppc64294 * @defgroup ppc64debug ppc64293 * @cond riscv64 294 * @defgroup riscv64debug riscv64 295 295 * @ingroup debug 296 296 * @endcond … … 355 355 356 356 /** 357 * @cond ppc64358 * @defgroup ppc64interrupt ppc64357 * @cond riscv64 358 * @defgroup riscv64interrupt riscv64 359 359 * @ingroup interrupt 360 360 * @endcond … … 426 426 427 427 /** 428 * @cond ppc64429 * @defgroup ppc64 ppc64428 * @cond riscv64 429 * @defgroup riscv64 riscv64 430 430 * @ingroup others 431 431 * @endcond
Note:
See TracChangeset
for help on using the changeset viewer.