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_enginelist.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/api/script_enginelist.hpp') diff --git a/src/script/api/script_enginelist.hpp b/src/script/api/script_enginelist.hpp index 5e9bb9941..78672c93e 100644 --- a/src/script/api/script_enginelist.hpp +++ b/src/script/api/script_enginelist.hpp @@ -17,6 +17,7 @@ /** * Create a list of engines based on a vehicle type. + * @api ai * @ingroup ScriptList */ class ScriptEngineList : public ScriptList { -- cgit v1.2.3-54-g00ecf