Skip to content

Commit 24a87f6

Browse files
Documentation: added footer
1 parent f126543 commit 24a87f6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ HTML_HEADER =
14411441
# that Doxygen normally uses.
14421442
# This tag requires that the tag GENERATE_HTML is set to YES.
14431443

1444-
HTML_FOOTER =
1444+
HTML_FOOTER = Doc\footer.html
14451445

14461446
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
14471447
# sheet that is used by each HTML page. It can be used to fine-tune the look of

Doc/footer.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!-- HTML footer for doxygen 1.13.2-->
2+
<!-- start footer part -->
3+
<!--BEGIN GENERATE_TREEVIEW-->
4+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
5+
<ul>
6+
$navpath
7+
<li class="footer">
8+
<a href="https://diligentgraphics.com">
9+
<img class="footer" src="https://github.com/DiligentGraphics/DiligentCore/raw/master/media/diligentgraphics-logo.png" width="99" height="32" alt="Diligent Graphics" />
10+
</a>
11+
</li>
12+
</ul>
13+
</div>
14+
<!--END GENERATE_TREEVIEW-->
15+
<!--BEGIN !GENERATE_TREEVIEW-->
16+
<hr class="footer"/>
17+
<address class="footer">
18+
<small>
19+
<a href="https://diligentgraphics.com">
20+
<img class="footer" src="https://github.com/DiligentGraphics/DiligentCore/raw/master/media/diligentgraphics-logo.png" width="99" height="32" alt="Diligent Graphics" />
21+
</a>
22+
</small>
23+
</address>
24+
</div><!-- doc-content -->
25+
<!--END !GENERATE_TREEVIEW-->
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)