Archived
1
0
Fork 0

docs: changed headers.

This commit is contained in:
Henrik Hautakoski 2011-03-20 21:12:47 +02:00
parent a0577471e2
commit a5201deaee
10 changed files with 31 additions and 31 deletions

View file

@ -1,8 +1,8 @@
Red-Black Tree
--------------
==============
Macros
~~~~~~
------
`RBTREE_INIT`::
Initialize a `rbtree` structure. +
@ -15,7 +15,7 @@ rbtree tree = RBTREE_INIT(cmp);
will expand to set the compare function 'cmp' to the `cmp_fn` member.
Data structures
~~~~~~~~~~~~~~~
---------------
* `rbtree`
+
@ -31,7 +31,7 @@ Structure that holds a tree of nodes
--
Functions
~~~~~~~~~
---------
`rbtree_insert()`::