summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
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/graph_gui.cpp
parent7c4eaf73a78b0265b629bb91c9c03d7a6f5032b9 (diff)
downloadopenttd-57e6c7fdb726f2aca6818617cc4b1eda0ba72b9a.tar.xz
(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 5426e1a77..e82964e8e 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -107,7 +107,7 @@ struct GraphLegendWindow : Window {
* Construct a vertical list of buttons, one for each company.
* @param biggest_index Storage for collecting the biggest index used in the returned tree.
* @return Panel with company buttons.
- * @postcond \c *biggest_index contains the largest used index in the tree.
+ * @post \c *biggest_index contains the largest used index in the tree.
*/
static NWidgetBase *MakeNWidgetCompanyLines(int *biggest_index)
{
@@ -1375,7 +1375,7 @@ CompanyID PerformanceRatingDetailWindow::company = INVALID_COMPANY;
/** Make a vertical list of panels for outputting score details.
* @param biggest_index Storage for collecting the biggest index used in the returned tree.
* @return Panel with performance details.
- * @postcond \c *biggest_index contains the largest used index in the tree.
+ * @post \c *biggest_index contains the largest used index in the tree.
*/
static NWidgetBase *MakePerformanceDetailPanels(int *biggest_index)
{
@@ -1409,7 +1409,7 @@ static NWidgetBase *MakePerformanceDetailPanels(int *biggest_index)
* Make a number of rows with button-like graphics, for enabling/disabling each company.
* @param biggest_index Storage for collecting the biggest index used in the returned tree.
* @return Panel with rows of company buttons.
- * @postcond \c *biggest_index contains the largest used index in the tree.
+ * @post \c *biggest_index contains the largest used index in the tree.
*/
static NWidgetBase *MakeCompanyButtonRows(int *biggest_index)
{