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
This commit is contained in:
parent
da70ad2226
commit
130029372d
@ -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
|
||||
|
||||
*/
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user