From a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:56:53 +0300 Subject: apply slight doxygen formatting improvements --- include/arch/types.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/arch/types.h (limited to 'include/arch/types.h') 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 + +#endif /* APOS_ARCH_TYPES_H */ -- cgit v1.3