mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
autodoc: fix rendering of function arguments
This commit is contained in:
parent
8ec34eb046
commit
ad7bc57919
@ -1847,7 +1847,7 @@ var zigAnalysis;
|
||||
fnDecl: opts.fnDecl,
|
||||
linkFnNameDecl: opts.linkFnNameDecl,
|
||||
});
|
||||
payloadHtml += '<span class="tok-kw">' + escapeHtml(name) + '</span>';
|
||||
payloadHtml += '<span class="tok-kw">' + name + '</span>';
|
||||
} else if ("binOpIndex" in value) {
|
||||
payloadHtml += exprName(value, opts);
|
||||
}else if ("comptimeExpr" in value) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user