summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
commited4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 (patch)
treedba65e1ae2fc4538779195db320eccfa441cbbd0 /src/station_gui.cpp
parent4871baf44db96137cf4b72c4f9d9595b2c29f61d (diff)
downloadopenttd-ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3.tar.xz
(svn r20283) -Codechange: Unify start of doygen comments.
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index 30034cc16..a1ef6a764 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -721,7 +721,8 @@ const StringID CompanyStationsWindow::sorter_names[] = {
INVALID_STRING_ID
};
-/** Make a horizontal row of cargo buttons, starting at widget #SLW_CARGOSTART.
+/**
+ * Make a horizontal row of cargo buttons, starting at widget #SLW_CARGOSTART.
* @param biggest_index Pointer to store biggest used widget number of the buttons.
* @return Horizontal row.
*/
@@ -976,7 +977,8 @@ struct StationViewWindow : public Window {
}
}
- /** Order waiting cargo by type and destination.
+ /**
+ * Order waiting cargo by type and destination.
* @param cargolist [out] Ordered cargo.
* @param transfers [out] Bitmask for cargoes being transfered.
* @pre \c *cargolist must be empty.
@@ -1030,7 +1032,8 @@ struct StationViewWindow : public Window {
}
}
- /** Draw waiting cargo.
+ /**
+ * Draw waiting cargo.
* @param r Rectangle of the widget.
* @param cargolist Cargo, ordered by type and destination.
* @param transfers Bitmask for cargoes that are transfered.
@@ -1087,7 +1090,8 @@ struct StationViewWindow : public Window {
}
}
- /** Draw accepted cargo in the #SVW_ACCEPTLIST widget.
+ /**
+ * Draw accepted cargo in the #SVW_ACCEPTLIST widget.
* @param r Rectangle of the widget.
* @return Number of lines needed for drawing the accepted cargo.
*/
@@ -1104,7 +1108,8 @@ struct StationViewWindow : public Window {
return CeilDiv(bottom - r.top - WD_FRAMERECT_TOP, FONT_HEIGHT_NORMAL);
}
- /** Draw cargo ratings in the #SVW_ACCEPTLIST widget.
+ /**
+ * Draw cargo ratings in the #SVW_ACCEPTLIST widget.
* @param r Rectangle of the widget.
* @return Number of lines needed for drawing the cargo ratings.
*/