Skip to content

Commit

Permalink
Added a html_footer file for display at the bottom of each doxygen page
Browse files Browse the repository at this point in the history
instead of the doxygen default "Generated ... by doxygen"
(copied from FLTK 2.0).

This should be discussed, and optionally removed or modified.

Added 5 different navigation elements to the bottom of development.dox.
Please check, what you like most (if any).


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Sep 21, 2008
1 parent 4bc22ed commit ebc93ed
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/Doxyfile
Expand Up @@ -737,7 +737,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.

HTML_FOOTER =
HTML_FOOTER = html_footer

# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
Expand Down
27 changes: 24 additions & 3 deletions documentation/development.dox
Expand Up @@ -223,7 +223,8 @@ unique section name within the page that can be referenced in links.

These doxygen page and section commands work only in special documentation
chapters, not within normal source or header documentation blocks. However,
links to documentation sections \b should work.
links \b from normal (e.g. class) documentation \b to documentation sections
\b do \b work.

\todo Verify, that links in (from) source documentation to documentation
pages and sections or subsections work.
Expand Down Expand Up @@ -286,7 +287,27 @@ appears as:

see section \ref development_non-ascii

\subsection development_subsection_01 Subsection Number 1
\section navigation_elements Example Navigation Elements

<hr>
\link migration_1_3 [ Back ] \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> Next: </b> \ref license
<hr>
<b>[ <a href="index.html">Index</a> ] </b><br>
<b> Back: </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
Next: \ref license
<hr>
\link migration_1_3 [ Back ] \endlink
<b> [ <a href="index.html">Top</a> ] </b>
\link license [ Next ] \endlink

Text in Subsection Number 1.
*/

0 comments on commit ebc93ed

Please sign in to comment.