Commit 4d98db4a authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Daniel DeGrasse
Browse files

doc: doxygen: update doxygen awesome to v2.3.4



No major changes but compatibility is improved with Doxygen 1.12.0.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 5b56e4dc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
#nav-tree .item {
    height: var(--tree-item-height);
    line-height: var(--tree-item-height);
    overflow: hidden;
    text-overflow: ellipsis;
}

#nav-tree .item > a:focus {
@@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults {
    background-image: none;
    background-color: transparent;
    position: relative;
    color: var(--primary-color) !important;
    font-weight: 500;
}

#nav-tree .selected::after {
@@ -1749,7 +1753,7 @@ table.fieldtable th {
    color: var(--tablehead-foreground);
}

table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fielddoc, .fieldtable th {
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th {
    border-bottom: 1px solid var(--separator-color);
    border-right: 1px solid var(--separator-color);
}