diff options
-rw-r--r-- | slv2/plugin.h | 2 | ||||
-rw-r--r-- | slv2/values.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index c6090a6..fa43be0 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -27,7 +27,7 @@ extern "C" { #include <stdbool.h> #include <slv2/types.h> #include <slv2/port.h> -#include <slv2/strings.h> +#include <slv2/values.h> /** \defgroup data Plugin data access * diff --git a/slv2/values.h b/slv2/values.h index a8381cd..3a46583 100644 --- a/slv2/values.h +++ b/slv2/values.h @@ -26,9 +26,9 @@ extern "C" { #endif -/** \defgroup strings Collections of strings +/** \defgroup values Collections of values * - * SLV2Values is an ordered collection of strings which is fast for random + * SLV2Values is an ordered collection of typed values which is fast for random * access by index (i.e. a fancy array). * * @{ |