(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:
@@ -16,6 +16,7 @@
|
||||
|
||||
/**
|
||||
* Create a list of bridges.
|
||||
* @api ai
|
||||
* @ingroup ScriptList
|
||||
*/
|
||||
class ScriptBridgeList : public ScriptList {
|
||||
@@ -25,6 +26,7 @@ public:
|
||||
|
||||
/**
|
||||
* Create a list of bridges that can be built on a specific length.
|
||||
* @api ai
|
||||
* @ingroup ScriptList
|
||||
*/
|
||||
class ScriptBridgeList_Length : public ScriptList {
|
||||
|
Reference in New Issue
Block a user