missing an @var{}
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -149,7 +149,7 @@ for any particular scheme. | ... | @@ -149,7 +149,7 @@ for any particular scheme. |
149 | @deftypefun int url_get_query (const url_t @var{url}, char *@var{query}, size_t{len}, size_t *@var{n}) | 149 | @deftypefun int url_get_query (const url_t @var{url}, char *@var{query}, size_t{len}, size_t *@var{n}) |
150 | @end deftypefun | 150 | @end deftypefun |
151 | 151 | ||
152 | @deftypefun char* url_decode (const char* s) | 152 | @deftypefun char* url_decode (const char* @var{string}) |
153 | Decodes an RFC 1738 % encoded string, returning the decoded string in | 153 | Decodes an RFC 1738 % encoded string, returning the decoded string in |
154 | allocated memory. If the string is not encoded, this degenerates to | 154 | allocated memory. If the string is not encoded, this degenerates to |
155 | a strdup(). | 155 | a strdup(). | ... | ... |
-
Please register or sign in to post a comment