From 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Jan 2017 18:32:23 +0300 Subject: Fix some doxygen issues. --- src/being/being.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/being') diff --git a/src/being/being.h b/src/being/being.h index 42071b0ab..2fb8a4b51 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -191,7 +191,8 @@ class Being notfinal : public ActorSprite, * @param attacker the attacking being * @param damage the amount of damage recieved (0 means miss) * @param type the attack type - * @param id skill id + * @param attackId the attack id + * @param level the skill level */ void takeDamage(Being *restrict const attacker, const int damage, @@ -204,7 +205,7 @@ class Being notfinal : public ActorSprite, * * @param victim the victim being * @param damage the amount of damage dealt (0 means miss) - * @param type the attack type + * @param attackId the attack id */ void handleAttack(Being *restrict const victim, const int damage, -- cgit v1.2.3-60-g2f50