From 7b62e4dc8e69fa37cb5792b911105371a47cf223 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 1 Aug 2010 20:41:46 +0000 Subject: (svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes) --- src/ai/api/ai_rail.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_rail.hpp') diff --git a/src/ai/api/ai_rail.hpp b/src/ai/api/ai_rail.hpp index 79f12d215..8b858c0ad 100644 --- a/src/ai/api/ai_rail.hpp +++ b/src/ai/api/ai_rail.hpp @@ -21,6 +21,7 @@ */ class AIRail : public AIObject { public: + /** Get the name of this class to identify it towards squirrel. */ static const char *GetClassName() { return "AIRail"; } /** -- cgit v1.2.3-54-g00ecf