diff options
author | David Robillard <d@drobilla.net> | 2007-09-24 01:05:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-24 01:05:07 +0000 |
commit | 3af94d8f422593fc16951b7365a5c6e62708e4c0 (patch) | |
tree | 393b42798c9ad4ce3fdd7dcd844e238ddb06322a /slv2/values.h | |
parent | 123ba8acf4817ae246130081f76fc7f4398e412d (diff) | |
download | lilv-3af94d8f422593fc16951b7365a5c6e62708e4c0.tar.gz lilv-3af94d8f422593fc16951b7365a5c6e62708e4c0.tar.bz2 lilv-3af94d8f422593fc16951b7365a5c6e62708e4c0.zip |
LV2 UI interface cleanups.
Documentation reorganization.
Updated LV2 spec (1.0beta5).
git-svn-id: http://svn.drobilla.net/lad/slv2@775 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/values.h')
-rw-r--r-- | slv2/values.h | 4 |
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). * * @{ |