From 9fde3502b659d3858cd1978d2c6535c57efbe924 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 23:27:13 +0000 Subject: doxygen cleanups in utils --- utils/idna.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/idna.c') diff --git a/utils/idna.c b/utils/idna.c index b979e4ecf..0a492fadc 100644 --- a/utils/idna.c +++ b/utils/idna.c @@ -146,8 +146,9 @@ static bool idna__contexto_rule(int32_t cp) * Check if a CONTEXTJ codepoint has a rule defined, * and conforms to that rule. * - * \param string UCS-4 string + * \param label UCS-4 string * \param index character in the string which is CONTEXTJ + * \param len The length of the label * \return true if conforming */ static bool idna__contextj_rule(int32_t *label, int index, size_t len) -- cgit v1.2.3