diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/development.dox | 39 | ||||
| -rw-r--r-- | documentation/index.dox | 8 |
2 files changed, 30 insertions, 17 deletions
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 <hr> -\link migration_1_3 [ Back ] \endlink +\link migration_1_3 [ Previous ] \endlink <b> [ <a href="index.html">Index</a> ] </b> <b> Next: </b> \ref license + <hr> <b>[ <a href="index.html">Index</a> ] </b> -<b> Back: </b> \ref migration_1_3 +<b> Previous: </b> \ref migration_1_3 <b> Next: </b> \ref license + <hr> <b>[ <a href="index.html">Index</a> ] </b><br> -<b> Back: </b> \ref migration_1_3 <br> +<b> Previous: </b> \ref migration_1_3 <br> <b> Next: </b> \ref license + <hr> <b>[ <a href="index.html">Index</a> ] </b> - Back: \ref migration_1_3 + Previous: \ref migration_1_3 Next: \ref license + <hr> -\link migration_1_3 [ Back ] \endlink +\link migration_1_3 [ Previous ] \endlink <b> [ <a href="index.html">Top</a> ] </b> \link license [ Next ] \endlink +<hr> +<br> +<br> + +\section development_proposed_nav Proposed (semi-final) Navigation Elements + +See below. + +<hr> +<a class="el" href="index.html">[Index]</a> + +<a class="el" href="migration_1_3.html">[Previous]</a> + \ref migration_1_3 + +<a class="el" href="license.html">[Next]</a> + \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 - <b> \li \ref drawing_colors \li \ref common_boxtypes \li \ref common_labels \li \ref drawing_images - </b> \subpage editor @@ -42,10 +40,8 @@ \subpage events - <b> \li \ref events_event_xxx \li \ref events_propagation - </b> \subpage subclassing @@ -53,11 +49,9 @@ \subpage fluid - <b> \li \ref fluid_widget_attributes \li \ref fluid_selecting_moving \li \ref fluid_images - </b> </TD> @@ -75,10 +69,8 @@ \subpage glut - <b> \li \ref glut_Fl_Glut_Window <!-- \li Fl_Glut_Window (not yet commented ?) --> - </b> \subpage forms |
