From e7bb5c63a4776701a0ac8e88facdaafe310d1af8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 14 Oct 2008 19:27:08 +0000 Subject: (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. --- src/widget.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index 241bb8a2f..9d05a7408 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -204,7 +204,6 @@ void DrawFrameRect(int left, int top, int right, int bottom, int color, FrameFla /** * Paint all widgets of a window. - * @param w Window */ void Window::DrawWidgets() const { @@ -616,8 +615,8 @@ void ResizeWindowForWidget(Window *w, uint widget, int delta_x, int delta_y) w->resize.height += delta_y; } -/** Draw a sort button's up or down arrow symbol. - * @param w Window of widget +/** + * Draw a sort button's up or down arrow symbol. * @param widget Sort button widget * @param state State of sort button */ -- cgit v1.2.3-54-g00ecf