1
0
Fork 0

(svn r23520) -Fix-ish: wrong @param name causing missing documentation

release/1.2
rubidium 2011-12-15 18:36:29 +00:00
parent 1eb17c8307
commit bb564bc34d
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public:
/** /**
* Get the maximum allowed distance between two orders for an engine. * Get the maximum allowed distance between two orders for an engine.
* @param vehicle_id The engine to get the max distance for. * @param engine_id The engine to get the max distance for.
* @pre IsValidEngine(engine_id). * @pre IsValidEngine(engine_id).
* @return The maximum distance between two orders for the engine * @return The maximum distance between two orders for the engine
* or 0 if the distance is unlimited. * or 0 if the distance is unlimited.