summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
commit46cf9d1f81940dcdec3fc6415fb8233936272d65 (patch)
treead0a7357e20dde3adf35c68e7ab9afe17ab628f4 /src/plugin.c
parentaa80f72d518cf633f97a824f625b44df72cc543d (diff)
downloadlilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.tar.gz
lilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.tar.bz2
lilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5429 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c
index f88b099..9c966b6 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -32,7 +32,7 @@
#define NS_DOAP (const uint8_t*)"http://usefulinc.com/ns/doap#"
#define NS_FOAF (const uint8_t*)"http://xmlns.com/foaf/0.1/"
-/** Ownership of @a uri is taken */
+/** Ownership of `uri` is taken */
LilvPlugin*
lilv_plugin_new(LilvWorld* world, LilvNode* uri, LilvNode* bundle_uri)
{