Fixed doxygen warning.

This commit is contained in:
johns 2002-12-01 17:18:32 +00:00
parent 116b254f53
commit edd6494224
2 changed files with 7 additions and 4 deletions

View file

@ -503,13 +503,14 @@ local void FreeMissile(Missile* missile)
** 2
** damage is multiplied by random 1 or 2.
**
** NOTE: different targets (big are hit by some missiles better)
** NOTE: hidden targets are hit worser.
** NOTE: targets higher are hit worser.
** @todo NOTE: different targets (big are hit by some missiles better)
** @todo NOTE: hidden targets are hit worser.
** @todo NOTE: targets higher are hit worser.
**
** @param attacker_stats Attacker attributes.
** @param goal_stats Goal attributes.
** @param bloodlust If attacker has bloodlust
** @param xp Experience of attack.
**
** @return damage produces on goal.
*/
@ -548,6 +549,8 @@ local int CalculateDamageStats(const UnitStats* attacker_stats,
** @param attacker_stats Attacker attributes.
** @param goal Goal unit.
** @param bloodlust If attacker has bloodlust
** @param xp Experience of attack.
**
** @return damage produces on goal.
*/
local int CalculateDamage(const UnitStats* attacker_stats,

View file

@ -602,7 +602,7 @@ local void DrawInput(Menuitem *mi, int mx, int my)
/**
** Draw a menu.
**
** @param menu_id The menu number to display
** @param menu The menu number to display (NULL allowed)
*/
global void DrawMenu(Menu *menu)
{