(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments about the appropriate things.

This commit is contained in:
rubidium
2009-06-03 18:47:08 +00:00
parent 13c69b897e
commit caf98238e3
8 changed files with 85 additions and 58 deletions

View File

@@ -41,7 +41,7 @@ public:
static const char *GetClassName() { return "AIVehicleList_SharedOrders"; }
/**
* @param station_id The vehicle that the rest shared orders with.
* @param vehicle_id The vehicle that the rest shared orders with.
*/
AIVehicleList_SharedOrders(VehicleID vehicle_id);
};