mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
add [src] links to function decls in autodocs
This commit is contained in:
parent
7f508480f4
commit
c8ca47dae7
@ -1858,6 +1858,7 @@ var zigAnalysis;
|
||||
} else {
|
||||
payloadHtml += escapeHtml(opts.fnDecl.name);
|
||||
}
|
||||
payloadHtml += renderSourceFileLink(opts.fnDecl);
|
||||
payloadHtml += "</span>";
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user