summaryrefslogtreecommitdiff
path: root/src/script/api/script_stationlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_stationlist.hpp')
-rw-r--r--src/script/api/script_stationlist.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/script_stationlist.hpp b/src/script/api/script_stationlist.hpp
index 84d509d2e..49269d29f 100644
--- a/src/script/api/script_stationlist.hpp
+++ b/src/script/api/script_stationlist.hpp
@@ -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 {