summaryrefslogtreecommitdiff
path: root/documentation/development.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/development.dox')
-rw-r--r--documentation/development.dox39
1 files changed, 30 insertions, 9 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
+
*/