(svn r26038) -Fix: Doxygen syntax.

This commit is contained in:
frosch
2013-11-18 20:09:09 +00:00
parent f7d1308574
commit 83fea1c6ca

View File

@@ -148,7 +148,7 @@ public:
/** /**
* Gets the name of main class of the Script so OpenTTD knows * Gets the name of main class of the Script so OpenTTD knows
* what class to instantiate. For libraries, this name is also * 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. * @return The class name of the Script.
* @note This function is required. * @note This function is required.