summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-13 09:16:31 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-13 09:16:31 +0100
commitc830d14d0bd06dda4eaf7de27ae97b826173afe1 (patch)
tree71eeef5f2c065dda983c41a34ae3c65addb0f814 /include/netsurf
parentfa5e6fcdf90907e238ea74edf4ffdba7656fb163 (diff)
downloadnetsurf-c830d14d0bd06dda4eaf7de27ae97b826173afe1.tar.gz
netsurf-c830d14d0bd06dda4eaf7de27ae97b826173afe1.tar.bz2
cleanup seevral doxygen warnings
Diffstat (limited to 'include/netsurf')
-rw-r--r--include/netsurf/content.h8
1 files changed, 5 insertions, 3 deletions
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.
*/