diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:56:53 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:56:53 +0300 |
| commit | a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08 (patch) | |
| tree | 90c1ce47a82114719a27f5e9a0eb8a77b34436e2 /include/apos | |
| parent | ce14f44456b08e443f78e92190ee7449a1afde85 (diff) | |
| download | kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.tar.gz kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.zip | |
apply slight doxygen formatting improvements
Diffstat (limited to 'include/apos')
| -rw-r--r-- | include/apos/mem_nodes.h | 2 | ||||
| -rw-r--r-- | include/apos/types.h | 2 | ||||
| -rw-r--r-- | include/apos/utils.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/apos/mem_nodes.h b/include/apos/mem_nodes.h index 5a67f08..f0d1361 100644 --- a/include/apos/mem_nodes.h +++ b/include/apos/mem_nodes.h @@ -2,7 +2,7 @@ #define APOS_MM_NODES_H /** - * @file mem_nodes. + * @file mem_nodes.h * Memory node subsystem. Used by the memory region subsystem. */ diff --git a/include/apos/types.h b/include/apos/types.h index 45526d7..97f663b 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -207,6 +207,6 @@ enum { INFO_CONT = 3, /* continue */ }; -#include <types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ +#include <arch/types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ #endif /* APOS_TYPES_H */ diff --git a/include/apos/utils.h b/include/apos/utils.h index 25f10b0..126a7ae 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -2,7 +2,7 @@ #define APOS_UTILS_H /** - * @file utils. + * @file utils.h * Misc utils and helpers. */ |
