* Upgrade Doxygen to 1.9.7 including template and version selector * Style and logo changes * Add README.md for docs templates * Tabs to spaces * Show installed doxygen version * choco list * "choco" is a word * Choco list * Require Doxygen 1.9.7 * Revert "Choco list" This reverts commit 4d283088771874053f5691d2d464c592dae263a8. * Revert ""choco" is a word" This reverts commit 3233cfde8676313efbec23b5a278c8c6b148ac24. * Revert "choco list" This reverts commit 107499ba7486bdca7dbbedb8ad9dbb0a683ed2ba. * Review feedback: Use storage account * Update README.md
18 lines
753 B
HTML
18 lines
753 B
HTML
<!-- HTML footer for doxygen 1.9.7-->
|
|
<!-- 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="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
|
|
</ul>
|
|
</div>
|
|
<!--END GENERATE_TREEVIEW-->
|
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
$generatedby <a href="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
|
|
</small></address>
|
|
<!--END !GENERATE_TREEVIEW-->
|
|
</body>
|
|
</html>
|