summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
committerrubidium <rubidium@openttd.org>2009-09-19 15:17:47 +0000
commitca91a97826ad5de23855d0fe9a219f4889a8cd9e (patch)
tree87928a5a55ff401ea65443b8d291f609e9b46cf8 /src/widget.cpp
parent89df436f84707182456461e3259e053303feb846 (diff)
downloadopenttd-ca91a97826ad5de23855d0fe9a219f4889a8cd9e.tar.xz
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 3108409ea..c84269ce1 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -2356,7 +2356,7 @@ Scrollbar *NWidgetLeaf::FindScrollbar(Window *w, bool allow_next)
* @param pt Point in the widget.
* @return The point refers to the button.
*
- * @param The magic constants are also used at #DrawButtonDropdown.
+ * @note The magic constants are also used at #DrawButtonDropdown.
*/
bool NWidgetLeaf::ButtonHit(const Point &pt)
{