File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments