1
0
Fork 0

(svn r26038) -Fix: Doxygen syntax.

release/1.4
frosch 2013-11-18 20:09:09 +00:00
parent 5b3d3b7240
commit 78d0c37298
1 changed files with 1 additions and 1 deletions

View File

@ -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.