1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-03-23 23:42:53 +03:00

Doxygen: Fix instance of bad function comment syntax.

This commit is contained in:
Michael Drake 2016-07-24 12:21:23 +01:00
parent f9870c41f5
commit 90a260a2cc

@ -46,7 +46,7 @@ nserror url_escape(const char *unescaped, size_t toskip, bool sptoplus,
* Convert an escaped string to plain. * Convert an escaped string to plain.
* *
* \param[in] str String to unescape. * \param[in] str String to unescape.
* \parm[in] length Length of string or 0 to use strlen * \param[in] length Length of string or 0 to use strlen
* \param[out] result unescaped string owned by caller must be freed with free() * \param[out] result unescaped string owned by caller must be freed with free()
* \return NSERROR_OK on success * \return NSERROR_OK on success
*/ */