projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #63 from kberg/master
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
plugins
/
symbolLink.js
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
);