Work on customising Doxygen output.

This commit is contained in:
Simon Brooke 2026-04-19 13:32:00 +01:00
parent 0e8712a076
commit 521c5d2285
4 changed files with 2735 additions and 305 deletions

3
.gitignore vendored
View file

@ -56,3 +56,6 @@ post-scarcity.kdev4
sq/
tmp/
utils_src/a.out
header.html
footer.html

969
Doxyfile

File diff suppressed because it is too large Load diff

2045
customdoxygen.css Normal file

File diff suppressed because it is too large Load diff

17
footer.html Normal file
View file

@ -0,0 +1,17 @@
<!-- HTML footer for doxygen 1.9.8-->
<!-- 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&#160;<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>