summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
commit9fde3502b659d3858cd1978d2c6535c57efbe924 (patch)
tree05b81ded322deb7fb0b7c1b7fa4d88bbbff193fc /utils/url.h
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/url.h b/utils/url.h
index d6c5b917c..143a0a0fe 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -49,7 +49,9 @@ nserror url_escape(const char *unescaped, size_t toskip, bool sptoplus, const ch
/**
* Convert an escaped string to plain.
- * \param result unescaped string owned by caller must be freed with free()
+ *
+ * \param[in] str String to unescape.
+ * \param[out] result unescaped string owned by caller must be freed with free()
* \return NSERROR_OK on success
*/
nserror url_unescape(const char *str, char **result);