mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-22 18:49:40 +00:00
Codechange: Make some variables and constants documentation comments recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
7a6b7fb1f0
commit
21bee91fa7
+1
-1
@@ -106,7 +106,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
/* ** main console cmd buffer ** */
|
||||
/** Main console cmd buffer. */
|
||||
static Textbuf _iconsole_cmdline(ICON_CMDLN_SIZE);
|
||||
static ConsoleAutoCompletion _iconsole_tab_completion(&_iconsole_cmdline);
|
||||
static std::deque<std::string> _iconsole_history;
|
||||
|
||||
Reference in New Issue
Block a user