summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_extensions.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 04:45:59 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 04:45:59 +0200
commit959a37144b621e88a96bfac7b3dbfdd5bba8e179 (patch)
tree364b328928724c37284d3d2244e0ca8b2d23e723 /libs/ardour/ardour/lv2_extensions.h
parentf04092c0b16dc11c1d871bf59a8fe94c10cdb6e3 (diff)
Fix a few hundred doxygen warnings..
There are still over a hundred left, but this addresses many already. In particular @param references to undocumented parameters. Most notably in audio_backend.h
Diffstat (limited to 'libs/ardour/ardour/lv2_extensions.h')
-rw-r--r--libs/ardour/ardour/lv2_extensions.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/libs/ardour/ardour/lv2_extensions.h b/libs/ardour/ardour/lv2_extensions.h
index 13ceac4cbd..26223c3d33 100644
--- a/libs/ardour/ardour/lv2_extensions.h
+++ b/libs/ardour/ardour/lv2_extensions.h
@@ -20,7 +20,7 @@
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
/**
- @defgroup inlinedisplay Inline-Display
+ @defgroup lv2inlinedisplay Inline-Display
Support for displaying a miniaturized generic view
directly in the host's Mixer Window.
@@ -80,7 +80,7 @@ typedef struct {
*/
/**
- @defgroup automate Self-Automation
+ @defgroup lv2automate Self-Automation
Support for plugins to write automation data via Atom Events
@@ -111,7 +111,7 @@ typedef struct {
*/
/**
- @defgroup license License-Report
+ @defgroup lv2license License-Report
Allow for commercial LV2 to report their
licensing status.
@@ -149,7 +149,7 @@ typedef struct _LV2_License_Interface {
*/
/**
- @defgroup plugin provided bypass
+ @defgroup lv2bypass Plugin-provided bypass
A port with the designation "processing#enable" must
control a plugin's internal bypass mode.
@@ -182,7 +182,7 @@ typedef struct _LV2_License_Interface {
/**
- @defgroup plugin port/routing control
+ @defgroup lv2routing plugin port/routing control
This is a "feature" to simplify per port meta-data of
http://lv2plug.in/ns/ext/port-groups/port-groups.html#source
@@ -204,7 +204,7 @@ typedef struct _LV2_License_Interface {
*/
/**
- @defgroup midnam MIDI Naming
+ @defgroup lv2midnam MIDI Naming
@{
*/
@@ -231,7 +231,7 @@ typedef struct {
* text which is a valid midnam desciption
* (or NULL in case of error).
*
- * The midnam <Model> must be unique and
+ * The midnam \<Model\> must be unique and
* specific for the given plugin-instance.
*/
char* (*midnam)(LV2_Handle instance);
@@ -253,7 +253,10 @@ typedef struct {
*/
/**
- @defgroup bankpatch
+ @defgroup lv2bankpatch MIDI Bank/Patch Notifications
+
+ LV2 extension to allow a synth to inform a host about the
+ currentl used MIDI bank/program.
@{
*/