From 4d63cd1d88ea7b911e56b5f18c3643409b3828c7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 06:11:52 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/serd/trunk@469 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/uri.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/uri.c') diff --git a/src/uri.c b/src/uri.c index cce4378e..467b54c1 100644 --- a/src/uri.c +++ b/src/uri.c @@ -317,7 +317,7 @@ remove_dot_segments(const uint8_t* path, size_t len, size_t* up) return begin; } -/// Merge @p base and @p path in-place +/// Merge `base` and `path` in-place static void merge(SerdChunk* base, SerdChunk* path) { @@ -396,7 +396,7 @@ serd_uri_resolve(const SerdURI* r, const SerdURI* base, SerdURI* t) #endif } -/** Write the path of @p uri starting at index @p i */ +/** Write the path of `uri` starting at index `i` */ static size_t write_path_tail(SerdSink sink, void* stream, const SerdURI* uri, size_t i) { @@ -415,7 +415,7 @@ write_path_tail(SerdSink sink, void* stream, const SerdURI* uri, size_t i) return len; } -/** Write the path of @p uri relative to the path of @p base. */ +/** Write the path of `uri` relative to the path of `base`. */ static size_t write_rel_path(SerdSink sink, void* stream, -- cgit v1.2.1