From 4b188bb08cf5aaae3c68ab57bbcfa037eef1ac10 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Oct 2020 21:32:09 +1100 Subject: Cleanup: use over-line for doxy comments Follow our code style for doxygen sections. --- source/blender/blenlib/intern/BLI_heap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenlib/intern/BLI_heap.c') diff --git a/source/blender/blenlib/intern/BLI_heap.c b/source/blender/blenlib/intern/BLI_heap.c index d20f0ce49d0..a221820d4c4 100644 --- a/source/blender/blenlib/intern/BLI_heap.c +++ b/source/blender/blenlib/intern/BLI_heap.c @@ -67,6 +67,7 @@ struct Heap { } nodes; }; +/* -------------------------------------------------------------------- */ /** \name Internal Functions * \{ */ @@ -146,6 +147,7 @@ static void heap_up(Heap *heap, uint i) /** \} */ +/* -------------------------------------------------------------------- */ /** \name Internal Memory Management * \{ */ @@ -187,6 +189,7 @@ static void heap_node_free(Heap *heap, HeapNode *node) /** \} */ +/* -------------------------------------------------------------------- */ /** \name Public Heap API * \{ */ -- cgit v1.2.3