From 4be25abad7d04d29cb0448c9676364f3bb15f984 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 29 Jul 2016 08:32:34 +0200 Subject: Fix some doxygen warnings. --- include/scrollbar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/scrollbar.h') 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 */ -- cgit v1.2.3