Skip to content

Commit 1010b59

Browse files
sbryngelsonclaude
andcommitted
Remove docs footer bar and nav sync button
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2854967 commit 1010b59

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

docs/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ html {
88
--side-nav-fixed-width: 210px;
99
}
1010

11+
/* Hide tree sync button */
12+
#nav-sync {
13+
display: none;
14+
}
15+
1116
/* Seamless split <code> tags for Fortran % struct accessors.
1217
* Doxygen consumes %<word> even inside code spans, so we split around %
1318
* into adjacent <code> elements and remove internal borders/padding. */

docs/footer.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
<!-- HTML footer for doxygen 1.9.1-->
22
<!-- start footer part -->
33
<!--BEGIN GENERATE_TREEVIEW-->
4-
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
5-
<ul>
6-
$navpath
7-
<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>
8-
</ul>
9-
</div>
104
<!--END GENERATE_TREEVIEW-->
115
<!--BEGIN !GENERATE_TREEVIEW-->
12-
<hr class="footer"/><address class="footer"><small>
13-
$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
14-
</small></address>
156
<!--END !GENERATE_TREEVIEW-->
167
</body>
178
</html>

0 commit comments

Comments
 (0)