summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
commitea9a2ff01d4ca599215a3bd943f7c5fd55d12f63 (patch)
tree1b52fa464a84bf69ca580797d363894fa9129deb /riscos
parent77ffda1e46d602fa1efc6eac0e7c4f97f4dfbae1 (diff)
downloadnetsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.gz
netsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.bz2
Fix up some doxygen errors
Diffstat (limited to 'riscos')
-rw-r--r--riscos/thumbnail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/thumbnail.c b/riscos/thumbnail.c
index 9b8b52da5..6613b0e6a 100644
--- a/riscos/thumbnail.c
+++ b/riscos/thumbnail.c
@@ -76,7 +76,7 @@ static void thumbnail_restore_output(struct thumbnail_save_area *save_area);
*
* \param content content structure to thumbnail
* \param bitmap the bitmap to draw to
- * \param url the URL the thumbnail belongs to, or NULL
+ * \return true on success and bitmap updated else false
*/
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
{