Codechange: Make documentation comments for some functions recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 3c8d7df657
commit 2ac0811ff9
13 changed files with 33 additions and 32 deletions
+1 -4
View File
@@ -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);