From ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:22:34 +0000 Subject: (svn r20283) -Codechange: Unify start of doygen comments. --- src/station_gui.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/station_gui.cpp') 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. */ -- cgit v1.2.3-54-g00ecf