From e07eb06e7d29cc2ddee94e24571118d09c624e1e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Feb 2011 00:36:14 +0000 Subject: Tidy up documentation, remove cruft. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2924 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/types.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'slv2/types.h') diff --git a/slv2/types.h b/slv2/types.h index faab351..ec9324b 100644 --- a/slv2/types.h +++ b/slv2/types.h @@ -71,27 +71,24 @@ typedef struct _SLV2PluginClass* SLV2PluginClass; /** A collection of plugin classes. Opaque, but valid to compare to NULL. */ typedef void* SLV2PluginClasses; -/** A typed value */ +/** A typed value. */ typedef struct _SLV2Value* SLV2Value; /** A collection of typed values. */ typedef void* SLV2Values; -/** A scale point */ +/** A scale point. */ typedef struct _SLV2ScalePoint* SLV2ScalePoint; /** A collection of scale points. */ typedef void* SLV2ScalePoints; -/** A plugin UI */ +/** A plugin UI. */ typedef struct _SLV2UI* SLV2UI; /** A collection of plugin UIs. */ typedef void* SLV2UIs; -/** A set of query results (conceptually a table) */ -typedef struct _SLV2Results* SLV2Results; - #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.1