Skip to content

Commit e895ecc

Browse files
committed
Generated new footer.html
1 parent 3b5f8be commit e895ecc

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

doc/footer.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
<hr>
2-
</body>
1+
<!-- HTML footer for doxygen 1.8.13-->
2+
<!-- start footer part -->
3+
<!--BEGIN GENERATE_TREEVIEW-->
4+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
5+
<ul>
6+
$navpath
7+
<li class="footer">$generatedby
8+
<a href="http://www.doxygen.org/index.html">
9+
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
10+
</ul>
11+
</div>
12+
<!--END GENERATE_TREEVIEW-->
13+
<!--BEGIN !GENERATE_TREEVIEW-->
14+
<hr class="footer"/><address class="footer"><small>
15+
$generatedby &#160;<a href="http://www.doxygen.org/index.html">
16+
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
17+
</a> $doxygenversion
18+
</small></address>
19+
<!--END !GENERATE_TREEVIEW-->
20+
</body>
321
</html>

0 commit comments

Comments
 (0)