aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
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.
+
@{
*/