aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-17 11:11:05 +0100
committerDavid Robillard <d@drobilla.net>2020-11-17 11:11:05 +0100
commit3e7abdc3da504cff2d4c14a593ad140e6fb71764 (patch)
tree5d14a5aa019612fb7b2071c22f69b0c9d73927ef /lv2/atom
parent5a9d1dbbddb24343208a3872ae4baaca4402b3bd (diff)
downloadlv2-3e7abdc3da504cff2d4c14a593ad140e6fb71764.tar.xz
Clean up Doxygen index
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/atom.h5
-rw-r--r--lv2/atom/forge.h3
-rw-r--r--lv2/atom/util.h3
3 files changed, 9 insertions, 2 deletions
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
- <http://lv2plug.in/ns/ext/atom> for details.
+ A generic value container and several data types.
+
+ See <http://lv2plug.in/ns/ext/atom> 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.
+
@{
*/