(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user