summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-21 18:25:17 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-21 18:25:17 +0000
commit130029372db533947fa2e8b4bf916c79ef7fc63c (patch)
treeb64fb5262ae43ace5f77e74ea6ce4da1aa8c885b /documentation
parentda70ad222670f842b0244dfb15c324ed9d50d945 (diff)
More work on links, new navigation elements at the bottom of development.dox.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6337 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/development.dox39
-rw-r--r--documentation/index.dox8
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>
+ &nbsp;&nbsp;
+<a class="el" href="migration_1_3.html">[Previous]</a>&nbsp;
+ \ref migration_1_3
+ &nbsp;&nbsp;
+<a class="el" href="license.html">[Next]</a>&nbsp;
+ \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