summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-06-20 15:48:55 +0000
committeralberth <alberth@openttd.org>2009-06-20 15:48:55 +0000
commitc1ef6abc6a1ffadb9177868f91ddb652426d077d (patch)
treeb56324a7edb968d83639feff393f54c03ced09e5 /src/autoreplace_gui.cpp
parent0aed5bf7d7558e209ea57e277a85c408176147b6 (diff)
downloadopenttd-c1ef6abc6a1ffadb9177868f91ddb652426d077d.tar.xz
(svn r16606) -Doc: Added/fixed doxygen comments.
Diffstat (limited to 'src/autoreplace_gui.cpp')
-rw-r--r--src/autoreplace_gui.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp
index deadcdd0a..29bf638e8 100644
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -105,11 +105,11 @@ class ReplaceVehicleWindow : public Window {
GroupID sel_group;
static RailType sel_railtype;
- /** Figure out if an engine should be added to a list
- * @param e The EngineID
- * @param draw_left If true, then the left list is drawn (the engines specific to the railtype you selected)
- * @param show_engines if truem then locomotives are drawn, else wagons (never both)
- * @return true if the engine should be in the list (based on this check)
+ /** Figure out if an engine should be added to a list.
+ * @param e The EngineID.
+ * @param draw_left If \c true, the the left list is drawn (the engines specific to the railtype you selected).
+ * @param show_engines If \c true, the locomotives are drawn, else the wagons are drawn (never both).
+ * @return \c true if the engine should be in the list (based on this check), else \c false.
*/
bool GenerateReplaceRailList(EngineID e, bool draw_left, bool show_engines)
{