aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 14:46:31 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 14:46:31 +0000
commit31bf2e814776e58a78fd8302304eaf8943280c36 (patch)
treed7bfb1073973adae54689500570c6b69f5be6f09 /src/uri.c
parentbf7cd4d3c1feea03c61e38c3fffdd60a07f6004e (diff)
downloadserd-31bf2e814776e58a78fd8302304eaf8943280c36.tar.gz
serd-31bf2e814776e58a78fd8302304eaf8943280c36.tar.bz2
serd-31bf2e814776e58a78fd8302304eaf8943280c36.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/serd/trunk@471 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index 467b54c1..4aff03fa 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -252,7 +252,7 @@ end:
}
/**
- Remove leading dot components from @c path.
+ Remove leading dot components from `path`.
See http://tools.ietf.org/html/rfc3986#section-5.2.3
@param up Set to the number of up-references (e.g. "../") trimmed
@return A pointer to the new start of @path