From c830d14d0bd06dda4eaf7de27ae97b826173afe1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 13 Sep 2016 09:16:31 +0100 Subject: cleanup seevral doxygen warnings --- include/netsurf/content.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/netsurf') diff --git a/include/netsurf/content.h b/include/netsurf/content.h index 3f3a30c0e..35b8b3365 100644 --- a/include/netsurf/content.h +++ b/include/netsurf/content.h @@ -148,9 +148,11 @@ void content_invalidate_reuse_data(struct hlcache_handle *h); /** * Display content on screen with optional tiling. * - * \param h The content to redraw - * \param ctx current redraw context - * \return true if successful, false otherwise + * \param h The content to redraw. + * \param data The contents redraw data. + * \param clip The clipping rectangle to use when redrawing the content. + * \param ctx current redraw context. + * \return true if successful otherwise false. * * Calls the redraw function for the content. */ -- cgit v1.2.3