summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-22 08:32:55 +0000
committerDavid Robillard <d@drobilla.net>2011-04-22 08:32:55 +0000
commitdfda94219187d223607d392a38a6846d2b0495b1 (patch)
tree5af6ee57c7b1bf9d7461e327a893447d8acaf725
parent319e2a04306957e4ceab09e6057c3af908c3105e (diff)
downloadlilv-dfda94219187d223607d392a38a6846d2b0495b1.tar.gz
lilv-dfda94219187d223607d392a38a6846d2b0495b1.tar.bz2
lilv-dfda94219187d223607d392a38a6846d2b0495b1.zip
Remove doxygen comment for private implementation.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3188 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--slv2/slv2.h2
1 files changed, 1 insertions, 1 deletions
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;
/**