summaryrefslogtreecommitdiff
path: root/windows
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 /windows
parente8277f2954229822fae75cb9b062b90a95c37a71 (diff)
downloadnetsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.gz
netsurf-9fde3502b659d3858cd1978d2c6535c57efbe924.tar.bz2
doxygen cleanups in utils
Diffstat (limited to 'windows')
-rw-r--r--windows/bitmap.c1
-rw-r--r--windows/gui.c4
2 files changed, 4 insertions, 1 deletions
diff --git a/windows/bitmap.c b/windows/bitmap.c
index 0f75ea823..a12fc2dc0 100644
--- a/windows/bitmap.c
+++ b/windows/bitmap.c
@@ -160,6 +160,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
*/
diff --git a/windows/gui.c b/windows/gui.c
index 487f59c8f..d1f20fb2e 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1452,7 +1452,9 @@ static void gui_window_destroy(struct gui_window *w)
/**
* set window title
- * \param title the [url]
+ *
+ * \param w the Windows gui window.
+ * \param title to set on window
*/
static void gui_window_set_title(struct gui_window *w, const char *title)
{