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 --- src/tokeniser/entities.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tokeniser') diff --git a/src/tokeniser/entities.c b/src/tokeniser/entities.c index ac47d80..c977fad 100644 --- a/src/tokeniser/entities.c +++ b/src/tokeniser/entities.c @@ -30,11 +30,11 @@ typedef struct hubbub_entity_node { * HUBBUB_NEEDDATA if more steps are required * HUBBUB_INVALID if nothing matches * - * The value pointed to by ::context must be NULL for the first call. + * The value pointed to by \p context must be NULL for the first call. * Thereafter, pass in the same value as returned by the previous call. * The context is opaque to the caller and should not be inspected. * - * The location pointed to by ::result will be set to NULL unless a match + * The location pointed to by \p result will be set to NULL unless a match * is found. */ static hubbub_error hubbub_entity_tree_search_step(uint8_t c, @@ -93,11 +93,11 @@ static hubbub_error hubbub_entity_tree_search_step(uint8_t c, * HUBBUB_NEEDDATA if more steps are required * HUBBUB_INVALID if nothing matches * - * The value pointed to by ::context should be -1 for the first call. + * The value pointed to by \p context should be -1 for the first call. * Thereafter, pass in the same value as returned by the previous call. * The context is opaque to the caller and should not be inspected. * - * The location pointed to by ::result will be set to U+FFFD unless a match + * The location pointed to by \p result will be set to U+FFFD unless a match * is found. */ hubbub_error hubbub_entities_search_step(uint8_t c, uint32_t *result, -- cgit v1.2.3