Include links to bukkit documentation for event helper functions.

This commit is contained in:
walterhiggins 2014-08-24 10:20:02 +01:00
parent 4e6e50c150
commit 88b8e29992
2 changed files with 159 additions and 158 deletions

File diff suppressed because it is too large Load diff

View file

@ -59,11 +59,12 @@ while ( ( entry = zis.nextEntry) != null) {
'', '',
'#### Parameters ', '#### Parameters ',
'', '',
' * callback - A function which is called whenever the ' + shortName + ' event is fired', ' * callback - A function which is called whenever the ['+ shortName + ' event](http://jd.bukkit.org/rb/apidocs/org/bukkit/event/' + shortName.replace('.','/') + '.html) is fired',
'', '',
' * priority - optional - see events.on() for more information.', ' * priority - optional - see events.on() for more information.',
'', '',
'***/' '***/'
//http://jd.bukkit.org/rb/apidocs/org/bukkit/event/player/PlayerJoinEvent.html
]; ];
for (var i = 0; i < comment.length; i++){ for (var i = 0; i < comment.length; i++){
out.println(comment[i]); out.println(comment[i]);