summaryrefslogtreecommitdiff
path: root/src/script/api/script_industrylist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_industrylist.hpp')
-rw-r--r--src/script/api/script_industrylist.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/script_industrylist.hpp b/src/script/api/script_industrylist.hpp
index c88ffd7cf..a9ef85ece 100644
--- a/src/script/api/script_industrylist.hpp
+++ b/src/script/api/script_industrylist.hpp
@@ -16,7 +16,7 @@
/**
* Creates a list of industries that are currently on the map.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptIndustryList : public ScriptList {
@@ -26,7 +26,7 @@ public:
/**
* Creates a list of industries that accepts a given cargo.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptIndustryList_CargoAccepting : public ScriptList {
@@ -40,7 +40,7 @@ public:
/**
* Creates a list of industries that can produce a given cargo.
* @note It also contains industries that currently produces 0 units of the cargo.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptIndustryList_CargoProducing : public ScriptList {