mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
autodoc: main.js formatting
This commit is contained in:
committed by
Loris Cro
parent
8bbf62c3b9
commit
aea886e2f3
+4
-4
@@ -2874,10 +2874,10 @@ const NAV_MODES = {
|
||||
html += "<span> (" + tsn + ")</span>";
|
||||
}
|
||||
if (container.kind === typeKinds.Struct && !container.is_tuple) {
|
||||
let defaultInitExpr = container.field_defaults[i];
|
||||
if (defaultInitExpr !== null) {
|
||||
html += " = " + exprName(defaultInitExpr, { wantHtml: true, wantLink: true });
|
||||
}
|
||||
let defaultInitExpr = container.field_defaults[i];
|
||||
if (defaultInitExpr !== null) {
|
||||
html += " = " + exprName(defaultInitExpr, { wantHtml: true, wantLink: true });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user