mirror of https://github.com/OpenTTD/OpenTTD
(svn r26038) -Fix: Doxygen syntax.
parent
5b3d3b7240
commit
78d0c37298
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue