From dfda94219187d223607d392a38a6846d2b0495b1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2011 08:32:55 +0000 Subject: Remove doxygen comment for private implementation. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3188 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/slv2.h') diff --git a/slv2/slv2.h b/slv2/slv2.h index 264c868..40e0da1 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -1149,7 +1149,7 @@ typedef struct _SLV2InstanceImpl* SLV2InstanceImpl; typedef struct _Instance { const LV2_Descriptor* lv2_descriptor; LV2_Handle lv2_handle; - SLV2InstanceImpl pimpl; ///< Private implementation + SLV2InstanceImpl pimpl; }* SLV2Instance; /** -- cgit v1.2.1