From 4d91f645c15bb3128adf969afcf7f15bd0f14fa0 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:27:26 +0000 Subject: (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions --- src/script/api/script_controller.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/api/script_controller.hpp') diff --git a/src/script/api/script_controller.hpp b/src/script/api/script_controller.hpp index a027c903f..ab8bf8893 100644 --- a/src/script/api/script_controller.hpp +++ b/src/script/api/script_controller.hpp @@ -19,6 +19,7 @@ * The Controller, the class each Script should extend. It creates the Script, * makes sure the logic kicks in correctly, and that GetTick() has a valid * value. + * @api ai */ class ScriptController { friend class AIScanner; -- cgit v1.2.3-54-g00ecf