Improve link handling in API docs

This commit is contained in:
ahocevar
2018-10-24 17:49:00 +02:00
parent b11daa8344
commit 453a723005
4 changed files with 112 additions and 7 deletions

View File

@@ -113,9 +113,4 @@ $(function () {
$(window).on('hashchange', _onHashChange);
_onHashChange();
// Make links that JSDoc forgot clickable
$('p').each(function(i, p) {
p.innerHTML = anchorme(p.innerHTML);
});
});