From 6741b6e287bf89607eb6ce8378d79f7b4cf4b162 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Feb 2017 23:05:30 +0000 Subject: clean up incorrect documentation comments from plotter API rework --- desktop/treeview.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/treeview.c b/desktop/treeview.c index 75e5c93e0..9d4a1d67b 100644 --- a/desktop/treeview.c +++ b/desktop/treeview.c @@ -223,7 +223,7 @@ static struct treeview_resource treeview_res[TREE_RES_LAST] = { /** * Corewindow callback wrapper: Request a redraw of the window * - * \param[in] cw the core window object + * \param[in] tree The treeview to request redraw on. * \param[in] r rectangle to redraw */ static inline void treeview__cw_redraw_request( @@ -239,7 +239,7 @@ static inline void treeview__cw_redraw_request( /** * Corewindow callback wrapper: Update the limits of the window * - * \param[in] cw the core window object + * \param[in] tree The treeview to update size for. * \param[in] width the width in px, or negative if don't care * \param[in] height the height in px, or negative if don't care */ @@ -256,7 +256,7 @@ static inline void treeview__cw_update_size( /** * Corewindow callback wrapper: Get window viewport dimensions * - * \param[in] cw the core window object + * \param[in] tree The treeview to get dimensions for. * \param[out] width to be set to viewport width in px * \param[out] height to be set to viewport height in px */ @@ -273,7 +273,7 @@ static inline void treeview__cw_get_window_dimensions( /** * Corewindow callback wrapper: Inform corewindow owner of drag status * - * \param[in] cw the core window object + * \param[in] tree The treeview to report status on. * \param[in] ds the current drag status */ static inline void treeview__cw_drag_status( -- cgit v1.2.3