diff --git a/documentation/development.dox b/documentation/development.dox
index a8b6a7d58..e995a741b 100644
--- a/documentation/development.dox
+++ b/documentation/development.dox
@@ -317,7 +317,7 @@ becomes:
The "\section" statement can also be a "\subsection" or "\subsubsection"
statement.
-The references (in this example from index.dox) are changes as follows:
+The references (in this example from index.dox) are changed as follows:
\code
@@ -341,38 +341,59 @@ becomes:
\endcode
-\section development_html_footer Hack for missing gif file
+\section development_html_footer Hack for missing "tiny.gif" file
\todo
*HACK* : include image file for footer. Doxygen does not include
- the file tiny.gif from "html_footer" in its output html dir.
+ the file "tiny.gif" from "html_footer" in its output html dir.
Find out, how this can be done, or avoid using an image in
the HTML footer.
\image html tiny.gif
-\section navigation_elements Example Navigation Elements
+\section development_navigation_test 5 Navigation Proposals
-\link migration_1_3 [ Back ] \endlink
+\link migration_1_3 [ Previous ] \endlink
[ Index ]
Next: \ref license
+
[ Index ]
- Back: \ref migration_1_3
+ Previous: \ref migration_1_3
Next: \ref license
+
[ Index ]
- Back: \ref migration_1_3
+ Previous: \ref migration_1_3
Next: \ref license
+
[ Index ]
- Back: \ref migration_1_3
+ Previous: \ref migration_1_3
Next: \ref license
+
-\link migration_1_3 [ Back ] \endlink
+\link migration_1_3 [ Previous ] \endlink
[ Top ]
\link license [ Next ] \endlink
+
+
+
+
+\section development_proposed_nav Proposed (semi-final) Navigation Elements
+
+See below.
+
+
+[Index]
+
+[Previous]
+ \ref migration_1_3
+
+[Next]
+ \ref license
+
*/
diff --git a/documentation/index.dox b/documentation/index.dox
index b6b33a4c3..27e912039 100644
--- a/documentation/index.dox
+++ b/documentation/index.dox
@@ -29,12 +29,10 @@
\subpage common
-
\li \ref drawing_colors
\li \ref common_boxtypes
\li \ref common_labels
\li \ref drawing_images
-
\subpage editor
@@ -42,10 +40,8 @@
\subpage events
-
\li \ref events_event_xxx
\li \ref events_propagation
-
\subpage subclassing
@@ -53,11 +49,9 @@
\subpage fluid
-
\li \ref fluid_widget_attributes
\li \ref fluid_selecting_moving
\li \ref fluid_images
-
@@ -75,10 +69,8 @@
\subpage glut
-
\li \ref glut_Fl_Glut_Window
-
\subpage forms