From f5792d4ef89317329076a5143eb346b7f5e6651d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Sep 2015 12:55:03 +0100 Subject: Fix doxygen warnings --- src/charset/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charset/detect.c') diff --git a/src/charset/detect.c b/src/charset/detect.c index efb900a..93cbe63 100644 --- a/src/charset/detect.c +++ b/src/charset/detect.c @@ -36,7 +36,7 @@ static bool hubbub_charset_get_attribute(const uint8_t **data, * \param source Pointer to location containint current charset source * \return PARSERUTILS_OK on success, appropriate error otherwise * - * ::mibenum and ::source will be updated on exit + * \p mibenum and \p source will be updated on exit * * The larger a chunk of data fed to this routine, the better, as it allows * charset autodetection access to a larger dataset for analysis. -- cgit v1.2.3