changeset 18672:7c0098adf11a draft

(svn r23520) -Fix-ish: wrong @param name causing missing documentation
author rubidium <rubidium@openttd.org>
date Thu, 15 Dec 2011 18:36:29 +0000
parents 1859a47e3f5a
children e37659f1130d
files src/script/api/script_engine.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/script/api/script_engine.hpp
+++ b/src/script/api/script_engine.hpp
@@ -253,7 +253,7 @@
 
 	/**
 	 * 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).
 	 * @return The maximum distance between two orders for the engine
 	 *  or 0 if the distance is unlimited.