From ee3d4229913f6202d1cf72a4753b47040e365dbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Feb 2017 19:45:15 +0100 Subject: Fix invalid doc comment --- src/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uri.c b/src/uri.c index 4aff03fa..6b4fc07e 100644 --- a/src/uri.c +++ b/src/uri.c @@ -255,7 +255,7 @@ end: 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 + @return A pointer to the new start of `path` */ static const uint8_t* remove_dot_segments(const uint8_t* path, size_t len, size_t* up) -- cgit v1.2.1