From 68fe8826ddec2eefa103e4772bce35f7d1666ac3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 19 May 2020 09:18:39 -0400 Subject: Doxygen: fix unbalanced groups. Closes ticket 34255. --- src/lib/container/smartlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/container') diff --git a/src/lib/container/smartlist.c b/src/lib/container/smartlist.c index eeb3bce95c..7784f83957 100644 --- a/src/lib/container/smartlist.c +++ b/src/lib/container/smartlist.c @@ -652,7 +652,7 @@ smartlist_sort_pointers(smartlist_t *sl) #define LEFT_CHILD(i) ( 2*(i) + 1 ) #define RIGHT_CHILD(i) ( 2*(i) + 2 ) #define PARENT(i) ( ((i)-1) / 2 ) -/** }@ */ +/** @} */ /** @{ */ /** Helper macros for heaps: Given a local variable idx_field_offset -- cgit v1.2.3-54-g00ecf