summaryrefslogtreecommitdiff
path: root/src/tokeniser
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:04:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:04:55 +0000
commit1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3 (patch)
tree29d0286811c9f3ca20a118f4149f17c1b1034c6f /src/tokeniser
parent9a0e5a66822c6f9629a3b7bc2ff25b7098a926ad (diff)
downloadlibhubbub-1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3.tar.gz
libhubbub-1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3.tar.bz2
Make doxygen produce API documentation. I guess it helps if you enable the right options.
Fix a couple more doxygen warnings. svn path=/trunk/hubbub/; revision=5996
Diffstat (limited to 'src/tokeniser')
-rw-r--r--src/tokeniser/tokeniser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokeniser/tokeniser.c b/src/tokeniser/tokeniser.c
index fbc9534..7f68676 100644
--- a/src/tokeniser/tokeniser.c
+++ b/src/tokeniser/tokeniser.c
@@ -3174,7 +3174,7 @@ hubbub_error emit_current_comment(hubbub_tokeniser *tokeniser)
* Emit the current doctype token being stored in the tokeniser context.
*
* \param tokeniser Tokeniser instance
- * \param force_qurirks Force quirks mode on this document
+ * \param force_quirks Force quirks mode on this document
* \return true
*/
hubbub_error emit_current_doctype(hubbub_tokeniser *tokeniser,