(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos

This commit is contained in:
rubidium
2009-09-19 09:51:14 +00:00
parent d3577d3d5d
commit 310465da07
59 changed files with 120 additions and 66 deletions

View File

@@ -465,7 +465,7 @@ static void IConsoleHistoryNavigate(int direction)
* are also logged. All lines to print are added to a temporary buffer which can be
* used as a history to print them onscreen
* @param colour_code the colour of the command. Red in case of errors, etc.
* @param string the message entered or output on the console (notice, error, etc.)
* @param str the message entered or output on the console (notice, error, etc.)
*/
void IConsoleGUIPrint(ConsoleColour colour_code, char *str)
{