summaryrefslogtreecommitdiff
path: root/beos
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 /beos
parent77ffda1e46d602fa1efc6eac0e7c4f97f4dfbae1 (diff)
downloadnetsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.gz
netsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.bz2
Fix up some doxygen errors
Diffstat (limited to 'beos')
-rw-r--r--beos/thumbnail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/thumbnail.cpp b/beos/thumbnail.cpp
index dacefed41..80944a52b 100644
--- a/beos/thumbnail.cpp
+++ b/beos/thumbnail.cpp
@@ -54,7 +54,7 @@ extern status_t ScaleBitmap(const BBitmap& inBitmap, BBitmap& outBitmap);
*
* \param content content structure to thumbnail
* \param bitmap the bitmap to draw to
- * \param url the URL the thumnail belongs to, or NULL
+ * \return true on success and bitmap updated else false
*/
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
{