mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
autodoc: main.js formatting
This commit is contained in:
parent
8bbf62c3b9
commit
aea886e2f3
@ -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 });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user