summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
committeralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
commite0393a3de1b8c7dddd7b5b86d17202469810e209 (patch)
treef72df7c29d39c3cf401516eed07ab27b278a9bf2 /src/widget.cpp
parenta8e9891f4525d1ee4f55b908e30f48ad5fab4b9d (diff)
downloadopenttd-e0393a3de1b8c7dddd7b5b86d17202469810e209.tar.xz
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
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 f824138a8..beda0b03d 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -702,7 +702,7 @@ inline void NWidgetBase::StoreSizePosition(SizingType sizing, uint x, uint y, ui
}
/**
- * @fn void Draw(const Window *w)
+ * @fn void NWidgetBase::Draw(const Window *w)
* Draw the widgets of the tree.
* The function calls #Window::DrawWidget for each widget with a non-negative index, after the widget itself is painted.
* @param w Window that owns the tree.