diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-18 13:48:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-18 13:48:25 +0100 |
commit | c0856dbec1083de974a4b9aa5f85cfeccb2ca7a6 (patch) | |
tree | a8d9d7a06bdd72663fdf492a4b4e5bb315128d01 /src | |
parent | 932298b4a14381a82db11d5078ff52994dfad127 (diff) |
-fix dox
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 0e5010e45..8feb8451c 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -754,8 +754,8 @@ TALER_JSON_parse_age_groups (const json_t *root, * @brief Return the lowest age in the corresponding group for a given age * according the given age mask. * - * @param[IN] mask age mask - * @param[IN] age age to check + * @param mask age mask + * @param age age to check * @return lowest age in corresponding age group */ uint8_t |