summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
committerrubidium <rubidium@openttd.org>2008-10-14 19:27:08 +0000
commite7bb5c63a4776701a0ac8e88facdaafe310d1af8 (patch)
treef2fb41094d5ea46bb8a1179b566d159929ca5ed6 /src/widget.cpp
parent0a94fc52acd3df676b53df9912f2ec1bca033fd6 (diff)
downloadopenttd-e7bb5c63a4776701a0ac8e88facdaafe310d1af8.tar.xz
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp5
1 files changed, 2 insertions, 3 deletions
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
*/