summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 23:27:13 +0000
commit9fde3502b659d3858cd1978d2c6535c57efbe924 (patch)
tree05b81ded322deb7fb0b7c1b7fa4d88bbbff193fc /atari
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'atari')
-rwxr-xr-xatari/bitmap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atari/bitmap.c b/atari/bitmap.c
index ff0d50873..3bca82e46 100755
--- a/atari/bitmap.c
+++ b/atari/bitmap.c
@@ -68,8 +68,8 @@ int init_mfdb(int bpp, int w, int h, uint32_t flags, MFDB * out )
/**
* Create a bitmap.
*
- * \param width width of image in pixels
- * \param height width of image in pixels
+ * \param w width of image in pixels
+ * \param h width of image in pixels
* \param state a flag word indicating the initial state
* \return an opaque struct bitmap, or NULL on memory exhaustion
*/
@@ -284,6 +284,7 @@ void bitmap_destroy(void *bitmap)
*
* \param bitmap a bitmap, as returned by bitmap_create()
* \param path pathname for file
+ * \param flags flags controlling how the bitmap is saved.
* \return true on success, false on error and error reported
*/