summaryrefslogtreecommitdiff
path: root/src/charset/detect.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-01 12:55:03 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-01 12:55:03 +0100
commitf5792d4ef89317329076a5143eb346b7f5e6651d (patch)
treeebb1c32385d1ae8053cd3761e19301431e586e61 /src/charset/detect.c
parent4fd2ab97cd0f4de23c1abb0c56663d2839d801d9 (diff)
downloadlibhubbub-f5792d4ef89317329076a5143eb346b7f5e6651d.tar.gz
libhubbub-f5792d4ef89317329076a5143eb346b7f5e6651d.tar.bz2
Fix doxygen warnings
Diffstat (limited to 'src/charset/detect.c')
-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.