From fa9956e58f6820bbea564bc3afa8db86f2bd3080 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 13 Apr 2023 00:43:42 +0200 Subject: Clean-up doxygen modules --- src/generate.h | 2 +- src/gpgme.h | 2 +- src/pyutils.h | 4 ++++ src/select.h | 4 ++-- src/stats.h | 2 +- src/unistring.h | 2 +- src/views.h | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/generate.h b/src/generate.h index abc603b9..8b60e892 100644 --- a/src/generate.h +++ b/src/generate.h @@ -30,7 +30,7 @@ */ /** - * @addtogroup generate + * @addtogroup report */ /** diff --git a/src/gpgme.h b/src/gpgme.h index 1de1e197..433ec8de 100644 --- a/src/gpgme.h +++ b/src/gpgme.h @@ -30,7 +30,7 @@ */ /** - * @addtogroup extra + * @defgroup extra Extra functionality */ /** diff --git a/src/pyutils.h b/src/pyutils.h index c02be37b..9c501a5c 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -29,6 +29,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * @addtogroup python + */ + /** * @file pyutils.h * @author John Wiegley diff --git a/src/select.h b/src/select.h index bb7b9355..07a09471 100644 --- a/src/select.h +++ b/src/select.h @@ -30,14 +30,14 @@ */ /** - * @addtogroup select + * @addtogroup util */ /** * @file select.h * @author John Wiegley * - * @ingroup select + * @ingroup util */ #pragma once diff --git a/src/stats.h b/src/stats.h index 6912762d..f1233f32 100644 --- a/src/stats.h +++ b/src/stats.h @@ -30,7 +30,7 @@ */ /** - * @addtogroup stats + * @addtogroup report */ /** diff --git a/src/unistring.h b/src/unistring.h index 6761accb..dc941848 100644 --- a/src/unistring.h +++ b/src/unistring.h @@ -30,7 +30,7 @@ */ /** - * @addtogroup utils + * @addtogroup util */ /** diff --git a/src/views.h b/src/views.h index 9e8bc7c0..0d745f52 100644 --- a/src/views.h +++ b/src/views.h @@ -30,7 +30,7 @@ */ /** - * @addtogroup views + * @defgroup views Views */ /** -- cgit v1.2.3