From d5c62b2bf602374febf5f4cc8c3d47a23f80ab27 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 22 3月 2020 11:51:31 +0800 Subject: [PATCH] improve documentation --- include/licensecc/datatypes.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/licensecc/datatypes.h b/include/licensecc/datatypes.h index f9da78a..5e80ee6 100644 --- a/include/licensecc/datatypes.h +++ b/include/licensecc/datatypes.h @@ -1,8 +1,8 @@ -/** \addtogroup api - * @{ - */ #ifndef DATATYPES_H_ #define DATATYPES_H_ +/** \addtogroup apistruct + * @{ + */ #ifdef __cplusplus extern "C" { @@ -130,7 +130,7 @@ } #endif -#endif /** * @} */ +#endif -- Gitblit v1.9.1