diff options
author | David Robillard <d@drobilla.net> | 2007-05-09 01:34:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-09 01:34:35 +0000 |
commit | 3433ad241b069037d780c528ff462b3ce7c2c3be (patch) | |
tree | cb7caceaf721cbc7d658a814838dcd924356fb02 /slv2/plugin.h | |
parent | 9b0b42f31a6e03a5caed14cd73802729c31b6b6e (diff) | |
download | lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.tar.gz lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.tar.bz2 lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.zip |
Ontology install path fixes.
0.0.1 versioning stuff.
Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it.
git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index ace6e3b..4d53bb3 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -138,7 +138,7 @@ slv2_plugin_get_class(SLV2Plugin plugin); * Return value must be freed by caller with slv2_values_free. * * \a predicate must be either a URI or a QName. - * See \ref SLV2URIType documentation for examples. + * See SLV2URIType documentation for examples. * * Time = Query */ @@ -161,7 +161,7 @@ slv2_plugin_get_value(SLV2Plugin p, * sensibly represented as an SLV2Values (e.g. blank nodes). * * \a predicate must be either a URI or a QName. - * See \ref SLV2URIType documentation for examples. + * See SLV2URIType documentation for examples. * * Return value must be freed by caller with slv2_values_free. * |