From 8eeaefada5d3a58be51c4929e86128e52149ee28 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Jul 2006 01:50:30 +0000 Subject: Trivial documentation fix (doxygen doesn't seem to pick up @ref's to #defines) git-svn-id: http://svn.drobilla.net/lad/libslv2@107 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1