From 2ab7c82b312c4bb87c7e8c1eec6aa6a1a9b3595f Mon Sep 17 00:00:00 2001 From: alberth Date: Tue, 10 Jul 2012 18:37:54 +0000 Subject: (svn r24395) -Doc: Fixed argument references in @param descriptions. --- src/vehiclelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehiclelist.cpp') diff --git a/src/vehiclelist.cpp b/src/vehiclelist.cpp index b099d7a84..b15f05571 100644 --- a/src/vehiclelist.cpp +++ b/src/vehiclelist.cpp @@ -60,7 +60,7 @@ VehicleListIdentifier::VehicleListIdentifier(uint32 data) * @param tile The tile the depot is located on * @param engines Pointer to list to add vehicles to * @param wagons Pointer to list to add wagons to (can be NULL) - * @param individual_wagons If true add every wagon to #wagons which is not attached to an engine. If false only add the first wagon of every row. + * @param individual_wagons If true add every wagon to \a wagons which is not attached to an engine. If false only add the first wagon of every row. */ void BuildDepotVehicleList(VehicleType type, TileIndex tile, VehicleList *engines, VehicleList *wagons, bool individual_wagons) { -- cgit v1.2.3-54-g00ecf