summaryrefslogtreecommitdiff
path: root/src/widget_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-12-13 20:54:52 +0000
committeralberth <alberth@openttd.org>2009-12-13 20:54:52 +0000
commit57e6c7fdb726f2aca6818617cc4b1eda0ba72b9a (patch)
treebf2ba65c21812eff168a3dd51aafa80682358f02 /src/widget_type.h
parent7c4eaf73a78b0265b629bb91c9c03d7a6f5032b9 (diff)
downloadopenttd-57e6c7fdb726f2aca6818617cc4b1eda0ba72b9a.tar.xz
(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.
Diffstat (limited to 'src/widget_type.h')
-rw-r--r--src/widget_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_type.h b/src/widget_type.h
index 9f90e8339..8cc214888 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -557,7 +557,7 @@ struct NWidgetPartTextLines {
/** Pointer to function returning a nested widget.
* @param biggest_index Pointer to storage for collecting the biggest index used in the nested widget.
* @return Nested widget (tree).
- * @postcond \c *biggest_index must contain the value of the biggest index in the returned tree.
+ * @post \c *biggest_index must contain the value of the biggest index in the returned tree.
*/
typedef NWidgetBase *NWidgetFunctionType(int *biggest_index);