From 9c5791d3e3b413d8b703f1530f67de8936a3434c Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Fri, 21 Oct 2011 20:54:54 +0200 Subject: Fixed a certain class of Doxygen warnings All cases of documentation for non-existing parameters are now fixed. Also marked a few getters as 'const', removed some superfluous 'inline' keywords and removed the unused 'forceQuantity' option from ItemContainer. Reviewed-by: Yohann Ferreira --- src/actorsprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actorsprite.h') diff --git a/src/actorsprite.h b/src/actorsprite.h index 81bbd963..af06b478 100644 --- a/src/actorsprite.h +++ b/src/actorsprite.h @@ -185,7 +185,7 @@ protected: /** * Handle an update to a status or stun effect * - * \param The StatusEffect to effect + * \param effect The StatusEffect to effect * \param effectId -1 for stun, otherwise the effect index */ virtual void handleStatusEffect(StatusEffect *effect, int effectId); -- cgit v1.2.3-70-g09d2