diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-13 00:43:42 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-04-16 08:16:10 +0800 |
commit | fa9956e58f6820bbea564bc3afa8db86f2bd3080 (patch) | |
tree | 88c3a14e9f6f111038faa5649d7e2cb27ca7dc42 /src | |
parent | d8fefe9e82f99d4dab477a66c83cad64a8159c33 (diff) | |
download | fork-ledger-fa9956e58f6820bbea564bc3afa8db86f2bd3080.tar.gz fork-ledger-fa9956e58f6820bbea564bc3afa8db86f2bd3080.tar.bz2 fork-ledger-fa9956e58f6820bbea564bc3afa8db86f2bd3080.zip |
Clean-up doxygen modules
Diffstat (limited to 'src')
-rw-r--r-- | src/generate.h | 2 | ||||
-rw-r--r-- | src/gpgme.h | 2 | ||||
-rw-r--r-- | src/pyutils.h | 4 | ||||
-rw-r--r-- | src/select.h | 4 | ||||
-rw-r--r-- | src/stats.h | 2 | ||||
-rw-r--r-- | src/unistring.h | 2 | ||||
-rw-r--r-- | src/views.h | 2 |
7 files changed, 11 insertions, 7 deletions
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 */ /** |