/trunk/jsdoc-toolkit/app/plugins/symbolLink.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 10 lines · 7 code · 0 blank · 3 comment · 0 complexity · 037ad1745345efde77c15cd28ba7db33 MD5 · raw file
- JSDOC.PluginManager.registerPlugin(
- "JSDOC.symbolLink",
- {
- onSymbolLink: function(link) {
- // modify link.linkPath (the href part of the link)
- // or link.linkText (the text displayed)
- // or link.linkInner (the #name part of the link)
- }
- }
- );