From e181a7fcf243f41c06c101446ebac4358595732f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:41:03 +0100 Subject: Fix several doxygen errors --- css/hints.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css') 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. -- cgit v1.2.3