From c1ef6abc6a1ffadb9177868f91ddb652426d077d Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 20 Jun 2009 15:48:55 +0000 Subject: (svn r16606) -Doc: Added/fixed doxygen comments. --- src/autoreplace_gui.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/autoreplace_gui.cpp') 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) { -- cgit v1.2.3-54-g00ecf