diff options
Diffstat (limited to 'documentation/src/development.dox')
| -rw-r--r-- | documentation/src/development.dox | 51 |
1 files changed, 15 insertions, 36 deletions
diff --git a/documentation/src/development.dox b/documentation/src/development.dox index 347339814..d4f0efa13 100644 --- a/documentation/src/development.dox +++ b/documentation/src/development.dox @@ -415,48 +415,27 @@ The above code produces the following paragraphs: \image html tiny.gif \image latex tiny.eps "" width=2cm -\section development_navigation_test 5 Navigation Proposals +\section development_navigation_test Navigation Elements -\htmlonly -<hr> -\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> Previous: </b> \ref migration_1_3 -<b> Next: </b> \ref license - -<hr> -<b>[ <a href="index.html">Index</a> ] </b><br> -<b> Previous: </b> \ref migration_1_3 <br> -<b> Next: </b> \ref license - -<hr> -<b>[ <a href="index.html">Index</a> ] </b> - Previous: \ref migration_1_3 - Next: \ref license +Each introduction (tutorial) page ends with navigation elements. These +elements must only be included in the html documentation, therefore +they must be separated with \\htmlonly and \\endhtmlonly. -<hr> -\link migration_1_3 [ Previous ] \endlink -<b> [ <a href="index.html">Top</a> ] </b> -\link license [ Next ] \endlink +Example navigation links: +\verbatim +\htmlonly <hr> -<br> -<br> - -\section development_proposed_nav Proposed (final) Navigation Elements - -See below. +<a class="el" href="index.html">[Index]</a> +<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a> +<a class="el" href="license.html">[Next] Software License</a> +\endhtmlonly +\endverbatim +\htmlonly <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 - +<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a> +<a class="el" href="license.html">[Next] Software License</a> \endhtmlonly */ |
