1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: Fix doxygen documentation
remove date information and remove (Internet) link to logo
Last-Update: 2017-07-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doxygen_footer.html
+++ b/doxygen_footer.html
@@ -1,4 +1,4 @@
<hr size="1"><address style="align: right;"><small>
-Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
+Generated for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
</body>
</html>
--- a/doxygen_header.html
+++ b/doxygen_header.html
@@ -2,7 +2,6 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>LibGpiv API dokumentatsie</title>
- <link rel="icon" content="image/png" href="http://gpiv.sourceforge.net/figures/gpiv_logo_16.png">
<link href="$relpath$doxygen_stylesheet.css" rel="stylesheet" type="text/css">
<!--
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
@@ -10,8 +9,7 @@
</head><body>
<div id=logo align=left>
-<h2 align=left>Lib<img src="http://gpiv.sourceforge.net/figures/gpiv_logo.png" width="50" height="50"
-alt="Gpiv logo" align=middle>piv API documentation</h2>
+<h2 align=left>Lib Gpiv API documentation</h2>
</div> <!-- end sitelogo -->
<!--
|