summaryrefslogtreecommitdiff
path: root/src/charset
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset')
-rw-r--r--src/charset/detect.c2
1 files changed, 1 insertions, 1 deletions
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.