mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
34 lines
949 B
HTML
34 lines
949 B
HTML
<!-- HTML footer for doxygen 1.8.14-->
|
|
<!-- 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">
|
|
<img class="footer" src="$relpath^doxygen.png" alt="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">
|
|
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
|
|
</a> $doxygenversion
|
|
</small></address>
|
|
|
|
<!--END !GENERATE_TREEVIEW-->
|
|
|
|
</div>
|
|
|
|
<div class="ddfooter">
|
|
|
|
<div class="footerlicense">Released under the <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT license</a></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|