Changeset 3e828ea in mainline for kernel/doc/doxygroups.h
- Timestamp:
- 2019-09-23T12:49:29Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9be2358
- Parents:
- 9259d20 (diff), 1a4ec93f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiri Svoboda <jiri@…> (2019-09-22 12:49:07)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-09-23 12:49:29)
- File:
-
- 1 edited
-
kernel/doc/doxygroups.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/doc/doxygroups.h
r9259d20 r3e828ea 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.
