]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Balance doxygen grouping commands (#4911)
authorJames Jones <jejones3141@gmail.com>
Mon, 27 Feb 2023 23:18:40 +0000 (17:18 -0600)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2023 23:18:40 +0000 (17:18 -0600)
This is a minimal change to placate doxygen; I believe it's
consistent with the intent, but it definitely needs checking.

src/lib/server/tmpl_tokenize.c
src/lib/util/value.h

index bd212da5f35b45461c8869e793f1eb0158a2dcbf..2f7d353d306f459c44b531500458e60f5b6c8954 100644 (file)
@@ -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
  *
index 535ad69ca4fbcad927bbae7a6567e2185757048e..761e674c2999c21cdeaeb98773ba620c102b01cf 100644 (file)
@@ -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
  *