summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,