summaryrefslogtreecommitdiffstats
path: root/slv2/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/values.h')
-rw-r--r--slv2/values.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/values.h b/slv2/values.h
index 3a46583..2535bdd 100644
--- a/slv2/values.h
+++ b/slv2/values.h
@@ -26,9 +26,9 @@
extern "C" {
#endif
-/** \defgroup values Collections of values
+/** \defgroup collections Collections of values/objects
*
- * SLV2Values is an ordered collection of typed values which is fast for random
+ * Ordered collections of typed values which are fast for random
* access by index (i.e. a fancy array).
*
* @{