- Fixes for Doxygen Layouts

- Changed dynarray indexing to use size_t
 - Added groups to optional documentation
This commit is contained in:
2025-08-19 18:05:09 -04:00
parent 4ff739d625
commit 83f0c01e29
9 changed files with 143 additions and 59 deletions

View File

@@ -286,4 +286,9 @@ html.dark-mode {
td.odd_c {
background-color: var(--odd-color)
}
}
a + h2.groupheader {
display:none;
}