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/hotlist.h | 1 - desktop/scrollbar.c | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'desktop') diff --git a/desktop/hotlist.h b/desktop/hotlist.h index c77ac92d2..ef54f6b8b 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -67,7 +67,6 @@ nserror hotlist_manager_init(struct core_window_callback_table *cw_t, * allowing destruction of a GUI hotlist window, without finalising the * hotlist module. * - * \param path The path to save hotlist to * \return NSERROR_OK on success, appropriate error otherwise */ nserror hotlist_manager_fini(void); 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