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_spritegroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_spritegroup.h') diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 75f540564..928964be7 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -225,7 +225,7 @@ protected: struct CallbackResultSpriteGroup : SpriteGroup { /** * Creates a spritegroup representing a callback result - * @param result The value that was used to represent this callback result + * @param value The value that was used to represent this callback result */ CallbackResultSpriteGroup(uint16 value) : SpriteGroup(SGT_CALLBACK), -- cgit v1.2.3-54-g00ecf