Documentation is now dark mode
This commit is contained in:
parent
da26e0391f
commit
a9bbbbb7a3
6 changed files with 861 additions and 3 deletions
19
styles/html_footer.html
Normal file
19
styles/html_footer.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!-- start footer part -->
|
||||
<!--BEGIN GENERATE_TREEVIEW-->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
$navpath
|
||||
<li class="footer">
|
||||
Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="$relpath$doxygen.png" alt="doxygen"
|
||||
onerror="this.onerror=null;this.src='$relpath$doxygen.svg';"/></a> $doxygenversion.
|
||||
Dark theme by <a href="http://majerle.eu" target="_new">Tilen Majerle</a>. All rights reserved.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--END GENERATE_TREEVIEW-->
|
||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||
<!--END !GENERATE_TREEVIEW-->
|
||||
<script src="$relpath^custom.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue