summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-05 22:41:03 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-05 22:41:03 +0100
commite181a7fcf243f41c06c101446ebac4358595732f (patch)
treeae503b784be88dc4d6666873cbb66ab041180912 /css
parent9e9b4bfbfa59d5aefcac63fa193453ae3dd63135 (diff)
downloadnetsurf-e181a7fcf243f41c06c101446ebac4358595732f.tar.gz
netsurf-e181a7fcf243f41c06c101446ebac4358595732f.tar.bz2
Fix several doxygen errors
Diffstat (limited to 'css')
-rw-r--r--css/hints.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/hints.h b/css/hints.h
index d2b07b578..fda1bec7e 100644
--- a/css/hints.h
+++ b/css/hints.h
@@ -30,10 +30,10 @@ void css_hint_fini(void);
/**
* Callback to retrieve presentational hints for a node
*
- * \param pw HTML document
- * \param node DOM node
- * \param property CSS property to retrieve
- * \param hint Pointer to hint object to populate
+ * \param[in] pw HTML document
+ * \param[in] node DOM node
+ * \param[out] nhints number of hints retrived
+ * \param[out] hints retrived hints
* \return CSS_OK on success,
* CSS_PROPERTY_NOT_SET if there is no hint for the requested property,
* CSS_NOMEM on memory exhaustion.