From 0f69965805dda51cc7b6ea8404226d5f75a3b533 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 19 Feb 2017 11:32:17 +0000 Subject: clean up some of the doxygen generation warnings --- desktop/scrollbar.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'desktop/scrollbar.c') diff --git a/desktop/scrollbar.c b/desktop/scrollbar.c index 3709af8b4..4f3043416 100644 --- a/desktop/scrollbar.c +++ b/desktop/scrollbar.c @@ -128,15 +128,12 @@ void scrollbar_destroy(struct scrollbar *s) /** * Draw an outline rectangle common to several scrollbar elements. * - * \param x0 left border of the outline - * \param y0 top border of the outline - * \param x1 right border of the outline - * \param y1 bottom border of the outline - * \param c base colour of the outline, the other colours are created by + * \param ctx current redraw context + * \param area the area of the scrollbar + * \param c base colour of the outline, the other colours are created by * lightening or darkening this one - * \param ctx current redraw context * \param inset true for inset outline, false for an outset one - * \return + * \return NSERROR_OK on success else error code */ static inline nserror -- cgit v1.2.3