summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-06-03 18:47:08 +0000
committerrubidium <rubidium@openttd.org>2009-06-03 18:47:08 +0000
commitcaf98238e3cffedbc80fc9f7aa0f485500f6913a (patch)
tree988ded205687ea822e8e3e2e3db2fb3fa494d59a /src/ai/api/ai_event_types.hpp
parent13c69b897e5456a3423cf557535a848dee68a0f5 (diff)
downloadopenttd-caf98238e3cffedbc80fc9f7aa0f485500f6913a.tar.xz
(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments about the appropriate things.
Diffstat (limited to 'src/ai/api/ai_event_types.hpp')
-rw-r--r--src/ai/api/ai_event_types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_event_types.hpp b/src/ai/api/ai_event_types.hpp
index 6cff88f52..3c36dfc6b 100644
--- a/src/ai/api/ai_event_types.hpp
+++ b/src/ai/api/ai_event_types.hpp
@@ -32,6 +32,7 @@ public:
/**
* @param vehicle The vehicle that crashed.
* @param crash_site Where the vehicle crashed.
+ * @param crash_reason The reason why the vehicle crashed.
*/
AIEventVehicleCrashed(VehicleID vehicle, TileIndex crash_site, CrashReason crash_reason) :
AIEvent(AI_ET_VEHICLE_CRASHED),