From 94afc21a833eefcde3b3389240cd661bbe980670 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 8 Jan 2009 20:18:34 +0000 Subject: Add documentation from a couple of missing parameters svn path=/trunk/hubbub/; revision=5999 --- src/treebuilder/initial.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/treebuilder/initial.c b/src/treebuilder/initial.c index 5e274c7..1a9731a 100644 --- a/src/treebuilder/initial.c +++ b/src/treebuilder/initial.c @@ -112,7 +112,8 @@ static bool starts_with(const uint8_t *a, size_t a_len, const uint8_t *b, /** * Determine whether this doctype triggers full quirks mode * - * \param cdoc The doctype to examine + * \param treebuilder Treebuilder instance + * \param cdoc The doctype to examine * \return True to trigger quirks, false otherwise */ static bool lookup_full_quirks(hubbub_treebuilder *treebuilder, @@ -177,7 +178,8 @@ static bool lookup_full_quirks(hubbub_treebuilder *treebuilder, /** * Determine whether this doctype triggers limited quirks mode * - * \param cdoc The doctype to examine + * \param treebuilder Treebuilder instance + * \param cdoc The doctype to examine * \return True to trigger quirks, false otherwise */ static bool lookup_limited_quirks(hubbub_treebuilder *treebuilder, -- cgit v1.2.3