summaryrefslogtreecommitdiff
path: root/include
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 /include
parent4fd2ab97cd0f4de23c1abb0c56663d2839d801d9 (diff)
downloadlibhubbub-f5792d4ef89317329076a5143eb346b7f5e6651d.tar.gz
libhubbub-f5792d4ef89317329076a5143eb346b7f5e6651d.tar.bz2
Fix doxygen warnings
Diffstat (limited to 'include')
-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
*/