From 78828fbe298706f51ac99c18fd8f60f79df67e50 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 25 Sep 2022 13:18:05 +0300 Subject: [PATCH 42/42] Doxygen: Document get_diplomatic_defender() paction parameter See osdn #45714 Signed-off-by: Marko Lindqvist --- common/combat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/combat.c b/common/combat.c index 14114276e0..32f85aea2e 100644 --- a/common/combat.c +++ b/common/combat.c @@ -912,9 +912,11 @@ struct unit *get_attacker(const struct unit *defender, /**********************************************************************//** Returns the defender of the tile in a diplomatic battle or NULL if no diplomatic defender could be found. + @param act_unit the diplomatic attacker, trying to perform an action. @param pvictim unit that should be excluded as a defender. @param tgt_tile the tile to defend. + @param paction action that the attacker performs. @return the defender or NULL if no diplomatic defender could be found. **************************************************************************/ struct unit *get_diplomatic_defender(const struct unit *act_unit, -- 2.35.1