mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 16:35:59 +00:00
Codechange: Make documentation comments for some functions recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
3c8d7df657
commit
2ac0811ff9
@@ -2957,10 +2957,7 @@ static bool ConDumpInfo(std::span<std::string_view> argv)
|
||||
return false;
|
||||
}
|
||||
|
||||
/*******************************
|
||||
* console command registration
|
||||
*******************************/
|
||||
|
||||
/** Console command registration. */
|
||||
void IConsoleStdLibRegister()
|
||||
{
|
||||
IConsole::CmdRegister("debug_level", ConDebugLevel);
|
||||
|
||||
Reference in New Issue
Block a user