Changeset a4bd537 in mainline for kernel/doc/doxygroups.h
- Timestamp:
- 2019-04-06T13:39:58Z (6 years ago)
- Children:
- f7842ef
- Parents:
- 0d073b8
- git-author:
- Petr Pavlu <setup@…> (2019-03-31 14:09:57)
- git-committer:
- Petr Pavlu <setup@…> (2019-04-06 13:39:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/doc/doxygroups.h
r0d073b8 ra4bd537 47 47 48 48 /** 49 * @cond arm64 50 * @defgroup kernel_arm64_proc arm64 51 * @ingroup proc 52 * @endcond 53 */ 54 55 /** 49 56 * @cond ia32 50 57 * @defgroup kernel_ia32_proc ia32 … … 123 130 * @cond arm32 124 131 * @defgroup kernel_arm32_mm arm32 132 * @ingroup mm 133 * @endcond 134 */ 135 136 /** 137 * @cond arm64 138 * @defgroup kernel_arm64_mm arm64 125 139 * @ingroup mm 126 140 * @endcond … … 209 223 210 224 /** 225 * @cond arm64 226 * @defgroup kernel_arm64_ddi arm64 227 * @ingroup ddi 228 * @endcond 229 */ 230 231 /** 211 232 * @cond ia32 212 233 * @defgroup kernel_ia32_ddi ia32 … … 281 302 282 303 /** 304 * @cond arm64 305 * @defgroup kernel_arm64_debug arm64 306 * @ingroup debug 307 * @endcond 308 */ 309 310 /** 283 311 * @cond ia32 284 312 * @defgroup kernel_amd64_debug ia32/amd64 … … 352 380 353 381 /** 382 * @cond arm64 383 * @defgroup kernel_arm64_interrupt arm64 384 * @ingroup interrupt 385 * @endcond 386 */ 387 388 /** 354 389 * @cond ia32 355 390 * @defgroup kernel_ia32_interrupt ia32 … … 429 464 430 465 /** 466 * @cond arm64 467 * @defgroup kernel_arm64 arm64 468 * @ingroup others 469 * @endcond 470 */ 471 472 /** 431 473 * @cond ia32 432 474 * @defgroup kernel_ia32 ia32
Note:
See TracChangeset
for help on using the changeset viewer.