diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-21 10:46:25 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-21 10:46:25 +0000 |
| commit | ebc93ed3f2fabc93d55a02364d90dee41bcb2f39 (patch) | |
| tree | 9e892ad2a034cf9d236f4ae306db36d915f864ac /documentation/Doxyfile | |
| parent | 4bc22ed15d3ed21d49ce96e57412e2bfc9d0261c (diff) | |
Added a html_footer file for display at the bottom of each doxygen page
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
Diffstat (limited to 'documentation/Doxyfile')
| -rw-r--r-- | documentation/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 19c3c7a04..b6fadb7b5 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -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 |
