diff options
author | David Robillard <d@drobilla.net> | 2011-02-12 00:36:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-12 00:36:14 +0000 |
commit | e07eb06e7d29cc2ddee94e24571118d09c624e1e (patch) | |
tree | 744f4e71db112d8eeb7b492ab38d41cbe8a9c6e3 /slv2/util.h | |
parent | 0b6bdcce6cea21909553a334629a5b3d004bd553 (diff) | |
download | lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.tar.gz lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.tar.bz2 lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.zip |
Tidy up documentation, remove cruft.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2924 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/util.h')
-rw-r--r-- | slv2/util.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slv2/util.h b/slv2/util.h index b76a5bf..3c4594d 100644 --- a/slv2/util.h +++ b/slv2/util.h @@ -26,15 +26,13 @@ extern "C" { #include <stdarg.h> #include "slv2/types.h" -/** \defgroup slv2_util Utility functions - * +/** @defgroup slv2_util Utility functions * @{ */ /** 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). */ SLV2_API const char* slv2_uri_to_path(const char* uri); |