summaryrefslogtreecommitdiffstats
path: root/slv2/util.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-18 01:05:55 +0000
committerDavid Robillard <d@drobilla.net>2007-04-18 01:05:55 +0000
commit6626f77037747855e7dcec64697d436c4300d7c2 (patch)
tree1dc1ad51e18cbdd421ff677df8427801774b1dfd /slv2/util.h
parentedbd4d24fd67f8c1c346d9d26ed2a3708a30b684 (diff)
downloadlilv-6626f77037747855e7dcec64697d436c4300d7c2.tar.gz
lilv-6626f77037747855e7dcec64697d436c4300d7c2.tar.bz2
lilv-6626f77037747855e7dcec64697d436c4300d7c2.zip
Documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@454 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/util.h')
-rw-r--r--slv2/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/util.h b/slv2/util.h
index aa08dbf..a81f855 100644
--- a/slv2/util.h
+++ b/slv2/util.h
@@ -35,7 +35,7 @@ extern "C" {
/** Convert a full URI (eg file://foo/bar/baz.ttl) to a local path (e.g. /foo/bar/baz.ttl).
*
* Return value is shared and must not be deleted by caller.
- * @return @a uri converted to a path, or NULL on failure (URI is not local).
+ * \return \a uri converted to a path, or NULL on failure (URI is not local).
*/
const char* slv2_uri_to_path(const char* uri);