WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=5bf084018c71a8195e64b4c4c4ed22ac235c82aa

commit 5bf084018c71a8195e64b4c4c4ed22ac235c82aa
Author: Gareth Halfacree <freela...@halfacree.co.uk>
Date:   Mon Dec 18 07:17:33 2017 -0800

    Wiki page red-black-tree.md changed with summary [] by Gareth Halfacree
---
 pages/develop/guides/c/eina/red-black-tree.md.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pages/develop/guides/c/eina/red-black-tree.md.txt 
b/pages/develop/guides/c/eina/red-black-tree.md.txt
index f2776cefb..6d6369f52 100644
--- a/pages/develop/guides/c/eina/red-black-tree.md.txt
+++ b/pages/develop/guides/c/eina/red-black-tree.md.txt
@@ -79,4 +79,9 @@ Eina_Iterator * eina_rbtree_iterator_postfix(const 
Eina_Rbtree * root)
 Where ``root`` ins the root of a valid red-black tree. If ``root`` is 
``NULL``, a valid iterator will be provided but one which will always return 
``false`` to the function ``eina_iterator_next()``. If memory for the iterator 
cannot be allocated, the function returns ``NULL`` and sets 
``EINA_ERROR_OUT_OF_MEMORY``.
 
 > **WARNING:**
-> If the structure of the red-black tree changes through the addition or 
removal of nodes the iterator will become invalid, and attempts to use the 
iterator may result in program crashes.
\ No newline at end of file
+> If the structure of the red-black tree changes through the addition or 
removal of nodes the iterator will become invalid, and attempts to use the 
iterator may result in program crashes.
+
+## Further Reading ##
+
+[Eina Red-Black Tree Doxygen 
Documentation](https://docs.enlightenment.org/api/eina/doc/html/group__Eina__Rbtree__Group.html)
+:    A technical reference for the red-black tree API functions.
\ No newline at end of file

-- 


Reply via email to