mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
21 lines
577 B
HTML
21 lines
577 B
HTML
<!-- HTML footer for doxygen 1.8.15-->
|
|
<!-- 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 $doxygenversion</li>
|
|
</ul>
|
|
</div>
|
|
<!--END GENERATE_TREEVIEW-->
|
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
|
<div id="footer">
|
|
<address class="footer">$generatedby
|
|
<a href="http://www.doxygen.org/">Doxygen</a> $doxygenversion
|
|
</address>
|
|
</div>
|
|
<!--END !GENERATE_TREEVIEW-->
|
|
</body>
|
|
</html>
|