summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
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.
*/