sbin/res/jsdoc/app/plugins/symbolLink.js
author veltr
Thu, 30 Aug 2012 13:06:35 +0200
branchnew-model
changeset 942 30f650574bca
parent 520 fe008e95a716
permissions -rw-r--r--
Added a script to copy compiled files to LDT Platform

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)
		}
	}
);