summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
commited4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 (patch)
treedba65e1ae2fc4538779195db320eccfa441cbbd0 /src/engine.cpp
parent4871baf44db96137cf4b72c4f9d9595b2c29f61d (diff)
downloadopenttd-ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3.tar.xz
(svn r20283) -Codechange: Unify start of doygen comments.
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index beb755df5..6d5ace215 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -38,7 +38,8 @@ INSTANTIATE_POOL_METHODS(Engine)
EngineOverrideManager _engine_mngr;
-/** Year that engine aging stops. Engines will not reduce in reliability
+/**
+ * Year that engine aging stops. Engines will not reduce in reliability
* and no more engines will be introduced */
static Year _year_engine_aging_stops;
@@ -399,7 +400,8 @@ EngineID EngineOverrideManager::GetID(VehicleType type, uint16 grf_local_id, uin
return INVALID_ENGINE;
}
-/** Sets cached values in Company::num_vehicles and Group::num_vehicles
+/**
+ * Sets cached values in Company::num_vehicles and Group::num_vehicles
*/
void SetCachedEngineCounts()
{
@@ -653,7 +655,8 @@ void EnginesDailyLoop()
}
}
-/** Accept an engine prototype. XXX - it is possible that the top-company
+/**
+ * Accept an engine prototype. XXX - it is possible that the top-company
* changes while you are waiting to accept the offer? Then it becomes invalid
* @param tile unused
* @param flags operation to perfom
@@ -766,7 +769,8 @@ static bool IsUniqueEngineName(const char *name)
return true;
}
-/** Rename an engine.
+/**
+ * Rename an engine.
* @param tile unused
* @param flags operation to perfom
* @param p1 engine ID to rename
@@ -802,7 +806,8 @@ CommandCost CmdRenameEngine(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
}
-/** Check if an engine is buildable.
+/**
+ * Check if an engine is buildable.
* @param engine index of the engine to check.
* @param type the type the engine should be.
* @param company index of the company.