X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=rbtree.c;h=5d24aeb5063a788215eca93a73698f50a68b0bc2;hp=ed8f0ac7c9a545187dfaaab578e60ba74d7b11ea;hb=faccd246cf9ee662cd8262d0db2a2375c1d4da86;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/rbtree.c b/rbtree.c index ed8f0ac7..5d24aeb5 100644 --- a/rbtree.c +++ b/rbtree.c @@ -21,6 +21,8 @@ linux/lib/rbtree.c */ +/** \file rbtree.c Red-black tree implementation. */ + #include "stddef.h" #include "rbtree.h"