Fix a few hundred doxygen warnings..
[ardour.git] / libs / ardour / ardour / lv2_extensions.h
index 13ceac4cbdd1c337eb00f2e4c06073410e4884f6..26223c3d338556fd94d0ef8571b42d3ffd16b576 100644 (file)
@@ -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.
 
    @{
 */