Codechange: doxygen-document console commands

This commit is contained in:
Rubidium
2026-02-14 19:29:37 +01:00
committed by rubidium42
parent b4bfa06054
commit 5c28e41f6a
3 changed files with 137 additions and 30 deletions
+4 -1
View File
@@ -404,7 +404,10 @@ void IConsoleGUIFree()
IConsoleClearBuffer();
}
/** Change the size of the in-game console window after the screen size changed, or the window state changed. */
/**
* Change the size of the in-game console window after the screen size changed, or the window state changed.
* @param w The window to update.
*/
void IConsoleResize(Window *w)
{
switch (_iconsole_mode) {