summaryrefslogtreecommitdiffstats
path: root/include/scrollbar.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
commit4be25abad7d04d29cb0448c9676364f3bb15f984 (patch)
treede76fccde605ccf3cf9a35626bd2a0fcc882eea3 /include/scrollbar.h
parentd6e1e4a914be63e803e4503bba0c23b3cabc87e6 (diff)
Fix some doxygen warnings.
Diffstat (limited to 'include/scrollbar.h')
-rw-r--r--include/scrollbar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/scrollbar.h b/include/scrollbar.h
index 2c9d732d..d3839fef 100644
--- a/include/scrollbar.h
+++ b/include/scrollbar.h
@@ -21,9 +21,6 @@ typedef struct _scrollbar
} scrollbar;
/**
- * @param parent the parent window
- * @param vinfo The XVisualInfo to use when creating new window
- * @param map The colormap to use for new window
* @param x The x coordinate (relative to parent) to position the new scrollbar
* @param y The y coordinate (relative to parent) to position the new scrollbar
* @param w The width of the scrollbar
@@ -68,6 +65,7 @@ void scrollbar_set_max_value ( scrollbar *sb, unsigned int max );
/**
* @param sb scrollbar object
+ * @param draw the cairo object used to draw itself
*
* Draw the scrollbar, used after expose event or update
*/