Trivial documentation fix (doxygen doesn't seem to pick up @ref's to #defines)

git-svn-id: http://svn.drobilla.net/lad@107 a436a847-0d15-0410-975c-d299462d15a1
This commit is contained in:
dave 2006-07-29 01:50:30 +00:00
parent 603842193a
commit 48d46cd208
1 changed files with 1 additions and 1 deletions

View File

@ -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,