summaryrefslogtreecommitdiff
path: root/src/script/api/script_info_docs.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-11-18 20:09:09 +0000
committerfrosch <frosch@openttd.org>2013-11-18 20:09:09 +0000
commit78d0c37298d5232c2241a71dbe738109942dd90f (patch)
tree94f0782c19e4df965131d8cc0972d29bb799d138 /src/script/api/script_info_docs.hpp
parent5b3d3b72403f5d2e3d9ee0c284cf4ee3b7ec189f (diff)
downloadopenttd-78d0c37298d5232c2241a71dbe738109942dd90f.tar.xz
(svn r26038) -Fix: Doxygen syntax.
Diffstat (limited to 'src/script/api/script_info_docs.hpp')
-rw-r--r--src/script/api/script_info_docs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_info_docs.hpp b/src/script/api/script_info_docs.hpp
index e9e83881a..e12a6a45c 100644
--- a/src/script/api/script_info_docs.hpp
+++ b/src/script/api/script_info_docs.hpp
@@ -148,7 +148,7 @@ public:
/**
* Gets the name of main class of the Script so OpenTTD knows
* what class to instantiate. For libraries, this name is also
- * used when other scripts import it using @ScriptController::Import.
+ * used when other scripts import it using ScriptController::Import.
*
* @return The class name of the Script.
* @note This function is required.