|
Last change
on this file since daab04c9 was 3694ced, checked in by Jakub Jermar <jakub@…>, 7 years ago |
|
Fix doxygroup
|
-
Property mode
set to
100644
|
|
File size:
826 bytes
|
| Line | |
|---|
| 1 | /* Definitions of modules and its relations for generating Doxygen documentation */
|
|---|
| 2 |
|
|---|
| 3 | /** @defgroup abi abi
|
|---|
| 4 | * @brief Header files shared by the kernel and uspace
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | /** @addtogroup bits _bits
|
|---|
| 8 | * @ingroup abi
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | /**
|
|---|
| 12 | * @defgroup abi_generic generic
|
|---|
| 13 | * @ingroup abi
|
|---|
| 14 | */
|
|---|
| 15 |
|
|---|
| 16 | /**
|
|---|
| 17 | * @defgroup abi_abs32le abs32le
|
|---|
| 18 | * @ingroup abi
|
|---|
| 19 | */
|
|---|
| 20 |
|
|---|
| 21 | /**
|
|---|
| 22 | * @defgroup abi_amd64 amd64
|
|---|
| 23 | * @ingroup abi
|
|---|
| 24 | */
|
|---|
| 25 |
|
|---|
| 26 | /**
|
|---|
| 27 | * @defgroup abi_arm32 arm32
|
|---|
| 28 | * @ingroup abi
|
|---|
| 29 | */
|
|---|
| 30 |
|
|---|
| 31 | /**
|
|---|
| 32 | * @defgroup abi_ia32 ia32
|
|---|
| 33 | * @ingroup abi
|
|---|
| 34 | */
|
|---|
| 35 |
|
|---|
| 36 | /**
|
|---|
| 37 | * @defgroup abi_ia64 ia64
|
|---|
| 38 | * @ingroup abi
|
|---|
| 39 | */
|
|---|
| 40 |
|
|---|
| 41 | /**
|
|---|
| 42 | * @defgroup abi_mips32 mips32
|
|---|
| 43 | * @ingroup abi
|
|---|
| 44 | */
|
|---|
| 45 |
|
|---|
| 46 | /**
|
|---|
| 47 | * @defgroup abi_ppc32 ppc32
|
|---|
| 48 | * @ingroup abi
|
|---|
| 49 | */
|
|---|
| 50 |
|
|---|
| 51 | /**
|
|---|
| 52 | * @defgroup abi_riscv64 riscv64
|
|---|
| 53 | * @ingroup abi
|
|---|
| 54 | */
|
|---|
| 55 |
|
|---|
| 56 | /**
|
|---|
| 57 | * @defgroup abi_sparc64 sparc64
|
|---|
| 58 | * @ingroup abi
|
|---|
| 59 | */
|
|---|
| 60 |
|
|---|
| 61 | /**
|
|---|
| 62 | * @defgroup abi_genarch genarch
|
|---|
| 63 | * @ingroup abi
|
|---|
| 64 | */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.