Skip to content

Commit

Permalink
Use custom Doxygen footer
Browse files Browse the repository at this point in the history
Rather than showing the Doxygen icon, show a discrete textual link
instead.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed May 19, 2009
1 parent dd4bcbc commit b2def0d
Show file tree
Hide file tree
Showing 8 changed files with 913 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_FOOTER = doc/footer.html
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
HTML_DYNAMIC_SECTIONS = YES
Expand Down
6 changes: 6 additions & 0 deletions doc/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Original versions of the header, footer and CSS files generated with:

/Applications/Doxygen.app/Contents/Resources/doxygen -w html \
header.html.orig \
footer.html.orig \
stylesheet.css.orig
8 changes: 8 additions & 0 deletions doc/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<hr size="1">
<address style="text-align: right;">
<small>
Generated on $datetime for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a> $doxygenversion
</small>
</address>
</body>
</html>
4 changes: 4 additions & 0 deletions doc/footer.html.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<hr size="1"><address style="text-align: right;"><small>
Generated on $datetime for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
</body>
</html>
6 changes: 6 additions & 0 deletions doc/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>$title</title>
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
</head><body>
6 changes: 6 additions & 0 deletions doc/header.html.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>$title</title>
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
</head><body>
Loading

0 comments on commit b2def0d

Please sign in to comment.