(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxygen improvements.

This commit is contained in:
alberth
2012-09-21 09:47:21 +00:00
parent e83a41e9b5
commit 6c6abd87db
8 changed files with 33 additions and 27 deletions

View File

@@ -1633,10 +1633,10 @@ bool CanBuildVehicleInfrastructure(VehicleType type)
/**
* Determines the #LiveryScheme for a vehicle.
* @param engine_type EngineID of the vehicle
* @param parent_engine_type EngineID of the front vehicle. INVALID_VEHICLE if vehicle is at front itself.
* @param v the vehicle. NULL if in purchase list etc.
* @return livery scheme to use
* @param engine_type Engine of the vehicle.
* @param parent_engine_type Engine of the front vehicle, #INVALID_ENGINE if vehicle is at front itself.
* @param v the vehicle, \c NULL if in purchase list etc.
* @return livery scheme to use.
*/
LiveryScheme GetEngineLiveryScheme(EngineID engine_type, EngineID parent_engine_type, const Vehicle *v)
{