Skip to content

Commit c8ca47d

Browse files
committed
add [src] links to function decls in autodocs
1 parent 7f50848 commit c8ca47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,7 @@ var zigAnalysis;
18581858
} else {
18591859
payloadHtml += escapeHtml(opts.fnDecl.name);
18601860
}
1861+
payloadHtml += renderSourceFileLink(opts.fnDecl);
18611862
payloadHtml += "</span>";
18621863
}
18631864
} else {

0 commit comments

Comments
 (0)