thirdparty/jsdoctoolkit/app/plugins/symbolLink.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 JSDOC.PluginManager.registerPlugin(
       
     2 	"JSDOC.symbolLink",
       
     3 	{
       
     4 		onSymbolLink: function(link) {
       
     5 			// modify link.linkPath (the href part of the link)
       
     6 			// or link.linkText (the text displayed)
       
     7 			// or link.linkInner (the #name part of the link)
       
     8 		}
       
     9 	}
       
    10 );