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/arch | |
| parent | ce14f44456b08e443f78e92190ee7449a1afde85 (diff) | |
| download | kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.tar.gz kmi-a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08.zip | |
apply slight doxygen formatting improvements
Diffstat (limited to 'include/arch')
| -rw-r--r-- | include/arch/types.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/arch/types.h b/include/arch/types.h new file mode 100644 index 0000000..d8e93a9 --- /dev/null +++ b/include/arch/types.h @@ -0,0 +1,16 @@ +#ifndef APOS_ARCH_TYPES_H +#define APOS_ARCH_TYPES_H + +/** + * @file types.h + * Arch-specific types. + * + * Doxygen thinks types.h if include/apos/types.h, but it's actually + * arch/whatever/include/types.h. Not sure how to fix that. + * + * \todo Fix incorrect include file reference in doxygen. + */ + +#include <types.h> + +#endif /* APOS_ARCH_TYPES_H */ |
