summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index 671e129..abd9dc8 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -36,7 +36,7 @@ struct hubbub_parser {
* \return HUBBUB_OK on success,
* HUBBUB_BADPARM on bad parameters,
* HUBBUB_NOMEM on memory exhaustion,
- * HUBBUB_BADENCODING if ::enc is unsupported
+ * HUBBUB_BADENCODING if \p enc is unsupported
*/
hubbub_error hubbub_parser_create(const char *enc, bool fix_enc,
hubbub_parser **parser)