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_log.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_log.hpp') diff --git a/src/ai/api/ai_log.hpp b/src/ai/api/ai_log.hpp index 641059fbc..c14416644 100644 --- a/src/ai/api/ai_log.hpp +++ b/src/ai/api/ai_log.hpp @@ -23,6 +23,7 @@ class AILog : public AIObject { friend class AIController; public: + /** Get the name of this class to identify it towards squirrel. */ static const char *GetClassName() { return "AILog"; } #ifndef EXPORT_SKIP -- cgit v1.2.3-54-g00ecf