From 3e7abdc3da504cff2d4c14a593ad140e6fb71764 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Nov 2020 11:11:05 +0100 Subject: Clean up Doxygen index --- lv2/atom/atom.h | 5 +++-- lv2/atom/forge.h | 3 +++ lv2/atom/util.h | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'lv2/atom') diff --git a/lv2/atom/atom.h b/lv2/atom/atom.h index 8c0f30a..06b9943 100644 --- a/lv2/atom/atom.h +++ b/lv2/atom/atom.h @@ -18,8 +18,9 @@ @defgroup atom Atom @ingroup lv2 - A generic value container and several data types, see - for details. + A generic value container and several data types. + + See for details. @{ */ diff --git a/lv2/atom/forge.h b/lv2/atom/forge.h index 05fc539..037088a 100644 --- a/lv2/atom/forge.h +++ b/lv2/atom/forge.h @@ -42,6 +42,9 @@ /** @defgroup forge Forge @ingroup atom + + An API for constructing LV2 atoms. + @{ */ diff --git a/lv2/atom/util.h b/lv2/atom/util.h index 6f3158f..bfad422 100644 --- a/lv2/atom/util.h +++ b/lv2/atom/util.h @@ -25,6 +25,9 @@ /** @defgroup util Utilities @ingroup atom + + Utilities for working with atoms. + @{ */ -- cgit v1.2.1