From f5792d4ef89317329076a5143eb346b7f5e6651d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 1 Sep 2015 12:55:03 +0100 Subject: Fix doxygen warnings --- include/hubbub/functypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hubbub') 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 */ -- cgit v1.2.3