The comment is output "as is", i.e. can be marked up with HTML. The following @-tags in comments are specially processed:
|
/* Run the event handling loop. This updates the UI, handles UI commands, idle timer ticks, and, if set, reads from streams. Returns if either {@link exit()} has been called, or a menu command has been executed. @return the menu command, or null if {@link exit()} has been called. */ function run() ... |