From e0393a3de1b8c7dddd7b5b86d17202469810e209 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 13 Dec 2009 21:12:36 +0000 Subject: (svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix. --- src/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.cpp') 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. -- cgit v1.2.3-54-g00ecf