diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 01:49:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 01:49:51 +0000 |
commit | 4f3316c9c7842c4c745291b6699afaade6b8531d (patch) | |
tree | c9424da990c35a86b8f77d1352b2ca7a5c264a06 /slv2/util.h | |
parent | cfa70a49ec316be6ab83769161a5e02b97c84f65 (diff) | |
download | lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.gz lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.bz2 lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.zip |
Remove repeated blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/util.h')
-rw-r--r-- | slv2/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slv2/util.h b/slv2/util.h index 19a057b..b76a5bf 100644 --- a/slv2/util.h +++ b/slv2/util.h @@ -26,13 +26,11 @@ extern "C" { #include <stdarg.h> #include "slv2/types.h" - /** \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. @@ -41,7 +39,6 @@ extern "C" { SLV2_API const char* slv2_uri_to_path(const char* uri); - /** @} */ #ifdef __cplusplus @@ -49,4 +46,3 @@ const char* slv2_uri_to_path(const char* uri); #endif #endif /* __SLV2_UTIL_H__ */ - |