From 78d0c37298d5232c2241a71dbe738109942dd90f Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 18 Nov 2013 20:09:09 +0000 Subject: (svn r26038) -Fix: Doxygen syntax. --- src/script/api/script_info_docs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/script_info_docs.hpp') 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. -- cgit v1.2.3-54-g00ecf