summaryrefslogtreecommitdiffstats
path: root/c-user/red_black_trees.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
committerChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
commit6c5640131fca82624f72b2bd33b5b5f46156626e (patch)
treeeca99c4c65ff8a3767a26a49f7aeca0af7eedfa0 /c-user/red_black_trees.rst
parentAdd indexes to all documents. (diff)
downloadrtems-docs-6c5640131fca82624f72b2bd33b5b5f46156626e.tar.bz2
c-user: Fix index locations.
Update #3229.
Diffstat (limited to 'c-user/red_black_trees.rst')
-rw-r--r--c-user/red_black_trees.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/c-user/red_black_trees.rst b/c-user/red_black_trees.rst
index 53c8f81..bac16d1 100644
--- a/c-user/red_black_trees.rst
+++ b/c-user/red_black_trees.rst
@@ -4,11 +4,12 @@
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
+.. index:: Red-Black Trees
+.. index:: rbtrees
+
Red-Black Trees
***************
-.. index:: rbtrees
-
Introduction
============
@@ -111,9 +112,10 @@ Examples for using the red-black trees can be found in the
Directives
==========
+.. index:: rbtree doc
+
Documentation for the Red-Black Tree Directives
-----------------------------------------------
-.. index:: rbtree doc
Source documentation for the Red-Black Tree API can be found in the generated
Doxygen output for ``cpukit/sapi``.