sbin/res/jsdoc/app/plugins/symbolLink.js
author veltr
Mon, 16 Apr 2012 19:10:32 +0200
branchnew-model
changeset 864 5e76a06b961c
parent 520 fe008e95a716
permissions -rw-r--r--
Added Cinecast serializer, with imports management

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