aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js b/tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js
new file mode 100644
index 0000000..c87f1ca
--- /dev/null
+++ b/tools/jsdoc-toolkit-2.4.0/app/plugins/symbolLink.js
@@ -0,0 +1,10 @@
+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)
+ }
+ }
+); \ No newline at end of file