can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / plugins / symbolLink.js
diff --git a/jsdoc-toolkit/app/plugins/symbolLink.js b/jsdoc-toolkit/app/plugins/symbolLink.js
new file mode 100644 (file)
index 0000000..c87f1ca
--- /dev/null
@@ -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