diff options
author | David Robillard <d@drobilla.net> | 2006-07-29 01:50:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-29 01:50:30 +0000 |
commit | 8eeaefada5d3a58be51c4929e86128e52149ee28 (patch) | |
tree | 951479040a35b2b3b93c5c6b67fc8e712d7253cf /slv2/port.h | |
parent | d685bc3451b489132858c38b308517d0d846602f (diff) | |
download | lilv-8eeaefada5d3a58be51c4929e86128e52149ee28.tar.gz lilv-8eeaefada5d3a58be51c4929e86128e52149ee28.tar.bz2 lilv-8eeaefada5d3a58be51c4929e86128e52149ee28.zip |
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
Diffstat (limited to 'slv2/port.h')
-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, |