changeset 13955:2aacd08c5871 draft

(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.
author alberth <alberth@openttd.org>
date Sun, 13 Dec 2009 21:05:38 +0000
parents 79b889a3a0cd
children 702099b8c615
files src/widget.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -651,11 +651,11 @@
  *
  * The smallest size of a widget is the smallest size that a widget needs to
  * display itself properly. In addition, filling and resizing of the widget are computed.
- * If \a w is not \c NULL, the function calls #Window::UpdateWidgetSize for each leaf widget and
+ * The function calls #Window::UpdateWidgetSize for each leaf widget and
  * background widget without child with a non-negative index.
  *
- * @param w Optional window owning the widget.
- * @param init_array Initialize the \c w->nested_array as well. Should only be set if \a w != NULL.
+ * @param w          Window owning the widget.
+ * @param init_array Initialize the \c w->nested_array.
  *
  * @note After the computation, the results can be queried by accessing the #smallest_x and #smallest_y data members of the widget.
  */