diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 18:32:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 19:35:08 +0300 |
commit | 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc (patch) | |
tree | 4a183d5255462594bca9888f4f598800f6125805 /src/being | |
parent | 829c8fb2476f763f0d0a1f4ca792073eb953814e (diff) | |
download | plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.gz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.bz2 plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.xz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.zip |
Fix some doxygen issues.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, |