diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-21 13:36:04 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-21 13:36:04 +0000 |
| commit | cc57cbd17c70c4880f84bbefa4dc59dd58fff126 (patch) | |
| tree | c0337dc00601ca0cdb5d8ab2cf3c92d1d7e68a9d /documentation/src/development.dox | |
| parent | 825f33c05aee3b683ade5713417e7f41007212c4 (diff) | |
Changed html tags to doxygen commands and fixed navigation links.
migration_1_1.dox: removed navigation element proposals, rewrote this part.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6703 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 */ |
