From 682476e60c1ceed70a617f34adf3fc448e13b6da Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 7 Jan 2023 23:43:12 +0200 Subject: [PATCH 54/54] Doxygen: Correct effect_copy() header format See osdn #46484 Signed-off-by: Marko Lindqvist --- common/effects.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/effects.c b/common/effects.c index b583621886..ad46055cd3 100644 --- a/common/effects.c +++ b/common/effects.c @@ -229,11 +229,11 @@ void effect_remove(struct effect *peffect) Create copy of the effect. It gets fully registered to the ruleset caches. - @old Original effect to copy - @override_type Type of the effect to create, or effect_type_invalid() - to copy type from the original effect + @param old Original effect to copy + @param override_type Type of the effect to create, or effect_type_invalid() + to copy type from the original effect - @return Newly created effect + @return Newly created effect **************************************************************************/ struct effect *effect_copy(struct effect *old, enum effect_type override_type) -- 2.39.0