summaryrefslogtreecommitdiff
path: root/src/script/api/script_waypointlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_waypointlist.hpp')
-rw-r--r--src/script/api/script_waypointlist.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/script_waypointlist.hpp b/src/script/api/script_waypointlist.hpp
index 8670879cb..18afbb8c8 100644
--- a/src/script/api/script_waypointlist.hpp
+++ b/src/script/api/script_waypointlist.hpp
@@ -17,6 +17,7 @@
/**
* Creates a list of waypoints of which you are the owner.
+ * @api ai
* @ingroup ScriptList
*/
class ScriptWaypointList : public ScriptList {
@@ -29,6 +30,7 @@ public:
/**
* Creates a list of waypoints which the vehicle has in its orders.
+ * @api ai
* @ingroup ScriptList
*/
class ScriptWaypointList_Vehicle : public ScriptList {