diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/port.h b/slv2/port.h index ee51507..b7ba292 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -63,7 +63,7 @@ slv2_port_get_class(SLV2Plugin* plugin, /** Get the data type of a port (as a URI). * * The only data type included in the core LV2 specification is lv2:float. - * Compare this return value with @ref SLV2_DATA_TYPE_FLOAT to check for it. + * Compare this return value with SLV2_DATA_TYPE_FLOAT to check for it. */ char* slv2_port_get_data_type(SLV2Plugin* plugin, |