summaryrefslogtreecommitdiff
path: root/src/treebuilder
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:18:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:18:34 +0000
commit94afc21a833eefcde3b3389240cd661bbe980670 (patch)
treed127145430b690131433025e25986630d619eaac /src/treebuilder
parente6823897e9b89788da98051a1633e8c8bbaaa8ae (diff)
downloadlibhubbub-94afc21a833eefcde3b3389240cd661bbe980670.tar.gz
libhubbub-94afc21a833eefcde3b3389240cd661bbe980670.tar.bz2
Add documentation from a couple of missing parameters
svn path=/trunk/hubbub/; revision=5999
Diffstat (limited to 'src/treebuilder')
-rw-r--r--src/treebuilder/initial.c6
1 files changed, 4 insertions, 2 deletions
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,