(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.

This commit is contained in:
alberth
2009-12-13 21:12:36 +00:00
parent 867af7ae35
commit f7e40c76e4
4 changed files with 6 additions and 6 deletions

View File

@@ -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.