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_accounting.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/api/script_accounting.hpp') diff --git a/src/script/api/script_accounting.hpp b/src/script/api/script_accounting.hpp index dd4702052..f87d3749c 100644 --- a/src/script/api/script_accounting.hpp +++ b/src/script/api/script_accounting.hpp @@ -17,6 +17,7 @@ /** * Class that keeps track of the costs, so you can request how much a block of * commands did cost in total. Works in both Execute as in Test mode. + * @api ai * Example: *
  *   {
-- 
cgit v1.2.3-54-g00ecf