Work on customising Doxygen output.
This commit is contained in:
parent
0e8712a076
commit
521c5d2285
4 changed files with 2735 additions and 305 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -56,3 +56,6 @@ post-scarcity.kdev4
|
||||||
sq/
|
sq/
|
||||||
tmp/
|
tmp/
|
||||||
utils_src/a.out
|
utils_src/a.out
|
||||||
|
|
||||||
|
header.html
|
||||||
|
footer.html
|
||||||
|
|
|
||||||
2045
customdoxygen.css
Normal file
2045
customdoxygen.css
Normal file
File diff suppressed because it is too large
Load diff
17
footer.html
Normal file
17
footer.html
Normal 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 <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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue