summaryrefslogtreecommitdiff
path: root/src/script/api/script_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_base.hpp')
-rw-r--r--src/script/api/script_base.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_base.hpp b/src/script/api/script_base.hpp
index 9cffe74a7..4a963d08c 100644
--- a/src/script/api/script_base.hpp
+++ b/src/script/api/script_base.hpp
@@ -16,6 +16,7 @@
/**
* Class that handles some basic functions.
+ * @api ai
*
* @note The random functions are not called Random and RandomRange, because
* RANDOM_DEBUG does some tricky stuff, which messes with those names.