Skip to content

Commit 7877889

Browse files
authored
Merge pull request #13120 from jcalabro/master
Add [src] links to function decls in autodocs
2 parents 687a7d3 + c8ca47d commit 7877889

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)