From 11dcb55027ef4cc12b69759efb9587924f7353f4 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 01 2月 2020 03:25:18 +0800 Subject: [PATCH] add google verification --- 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