- Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathfooter.html
More file actions
22 lines (22 loc) · 713 Bytes
/
footer.html
File metadata and controls
22 lines (22 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">$generatedby
<a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion
</li>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/>
<address class="footer">
<small>
$generatedby  <a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion
</small>
</address>
<!--END !GENERATE_TREEVIEW-->
</body>
</html>