Browse Source

doxygen: remove unreplaced variables from custom header and footer

tags/n0.10
Janne Grunau 14 years ago
parent
commit
2702ec2ef4
2 changed files with 1 additions and 16 deletions
  1. +1
    -13
      doc/doxy/footer.html
  2. +0
    -3
      doc/doxy/header.html

+ 1
- 13
doc/doxy/footer.html View File

@@ -1,19 +1,7 @@
</div>

<div id="footer">
<!--BEGIN GENERATE_TREEVIEW-->
<li class="footer">$generatedby
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
</ul>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<address class="footer"><small>
$generatedby &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>
</a> $doxygenversion
</small></address>
<!--END !GENERATE_TREEVIEW-->
Generated on $datetime for $projectname by&#160;<a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion
</div>

</div>


+ 0
- 3
doc/doxy/header.html View File

@@ -6,9 +6,6 @@
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
<link href="$relpath$doxy_stylesheet.css" rel="stylesheet" type="text/css" />
$treeview
$search
$mathjax
</head>

<div id="container">


Loading…
Cancel
Save