From 5a8784817cc0ff505a502d20e6eb6975ef281d15 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 8 Jan 2009 19:38:36 +0000 Subject: Use doxygen to create API documentation. Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994 --- src/tokeniser/tokeniser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tokeniser/tokeniser.h') diff --git a/src/tokeniser/tokeniser.h b/src/tokeniser/tokeniser.h index a5bc8de..0ccb7d1 100644 --- a/src/tokeniser/tokeniser.h +++ b/src/tokeniser/tokeniser.h @@ -36,18 +36,18 @@ typedef union hubbub_tokeniser_optparams { struct { hubbub_token_handler handler; void *pw; - } token_handler; + } token_handler; /**< Token handling callback */ struct { hubbub_error_handler handler; void *pw; - } error_handler; + } error_handler; /**< Error handling callback */ struct { hubbub_content_model model; - } content_model; + } content_model; /**< Current content model */ - bool process_cdata; + bool process_cdata; /**< Whether to process CDATA sections*/ } hubbub_tokeniser_optparams; /* Create a hubbub tokeniser */ -- cgit v1.2.3