(svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions

This commit is contained in:
truebrain
2011-11-29 23:27:26 +00:00
parent d319ccec27
commit 8d2df694a1
52 changed files with 240 additions and 57 deletions

View File

@@ -17,6 +17,7 @@
/**
* Creates a list of stations of which you are the owner.
* @api ai
* @ingroup ScriptList
*/
class ScriptStationList : public ScriptList {
@@ -29,6 +30,7 @@ public:
/**
* Creates a list of stations which the vehicle has in its orders.
* @api ai
* @ingroup ScriptList
*/
class ScriptStationList_Vehicle : public ScriptList {