From: James Jones Date: Mon, 27 Feb 2023 23:18:40 +0000 (-0600) Subject: Balance doxygen grouping commands (#4911) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fbab77bea640df1d42517f9a841f1eaa7fe294;p=thirdparty%2Ffreeradius-server.git Balance doxygen grouping commands (#4911) This is a minimal change to placate doxygen; I believe it's consistent with the intent, but it definitely needs checking. --- diff --git a/src/lib/server/tmpl_tokenize.c b/src/lib/server/tmpl_tokenize.c index bd212da5f35..2f7d353d306 100644 --- a/src/lib/server/tmpl_tokenize.c +++ b/src/lib/server/tmpl_tokenize.c @@ -3385,7 +3385,6 @@ ssize_t tmpl_regex_flags_substr(tmpl_t *vpt, fr_sbuff_t *in, fr_sbuff_term_t con return slen; } #endif -/** @} */ /** @name Change a #tmpl_t type, usually by casting or resolving a reference * diff --git a/src/lib/util/value.h b/src/lib/util/value.h index 535ad69ca4f..761e674c299 100644 --- a/src/lib/util/value.h +++ b/src/lib/util/value.h @@ -90,7 +90,7 @@ extern fr_sbuff_escape_rules_t fr_value_escape_unprintables; */ FR_DLIST_TYPES(fr_value_box_list) FR_DCURSOR_DLIST_TYPES(fr_value_box_dcursor, fr_value_box_list, fr_value_box_t) -/** @} */ +/** @{ */ typedef union { /* @@ -409,6 +409,7 @@ bool fr_value_box_list_len_min(FR_DLIST_HEAD(fr_value_box_list) const *list, uns return (i >= min); } +/** @} */ /** @name Box to box copying *