From e8ddf001c87790cde6e03e9ca47714b6fc30266c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Sep 2009 09:51:14 +0000 Subject: (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos --- src/newgrf_text.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/newgrf_text.cpp') diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 9db997d0a..302bc589f 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -382,7 +382,7 @@ const char *GetGRFStringPtr(uint16 stringid) * of the current language set by the user. * This function is called after the user changed language, * from strings.cpp:ReadLanguagePack - * @param langauge_id iso code of current selection + * @param language_id iso code of current selection */ void SetCurrentGrfLangID(byte language_id) { @@ -529,7 +529,9 @@ void RewindTextRefStack() /** * FormatString for NewGRF specific "magic" string control codes * @param scc the string control code that has been read - * @param stack the current "stack" + * @param buff the buffer we're writing to + * @param str the string that we need to write + * @param argv the OpenTTD stack of values * @return the string control code to "execute" now */ uint RemapNewGRFStringControlCode(uint scc, char **buff, const char **str, int64 *argv) -- cgit v1.2.3-54-g00ecf