diff options
Diffstat (limited to 'lv2/patch')
-rw-r--r-- | lv2/patch/patch.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lv2/patch/patch.h b/lv2/patch/patch.h index a721c5e..6793ef8 100644 --- a/lv2/patch/patch.h +++ b/lv2/patch/patch.h @@ -18,12 +18,13 @@ @defgroup patch Patch @ingroup lv2 - Messages for accessing and manipulating properties, see - <http://lv2plug.in/ns/ext/patch> for details. + Messages for accessing and manipulating properties. Note the patch extension is purely data, this header merely defines URIs for convenience. + See <http://lv2plug.in/ns/ext/patch> for details. + @{ */ |