From ff98d4b3df98899fa82ac5f0623dd1e1dad85def Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周六, 01 2月 2020 00:11:31 +0800 Subject: [PATCH] Deploy documentation to gh-pages branch (#74) --- include/licensecc/licensecc.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/licensecc/licensecc.h b/include/licensecc/licensecc.h index 84fa177..950fe0f 100644 --- a/include/licensecc/licensecc.h +++ b/include/licensecc/licensecc.h @@ -1,3 +1,6 @@ +/** \addtogroup api + * @{ + */ #ifndef LICENSEPP_H_ #define LICENSEPP_H_ @@ -55,3 +58,6 @@ #endif #endif +/** + * @} + */ -- Gitblit v1.9.1