summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub')
-rw-r--r--include/hubbub/functypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index e7cbe6e..d8c9175 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -33,7 +33,7 @@ typedef hubbub_error (*hubbub_token_handler)(
* Type of parse error handling function
*
* \param line Source line on which error occurred
- * \param col Column in ::line of start of erroneous input
+ * \param col Column in \p line of start of erroneous input
* \param message Error message
* \param pw Pointer to client data
*/