I want to generate HTML documentation for my Javascript code. Comments in my code are written in a format that the Google Closure compiler can use to optimize my code.
Example:
goog.Timer = function(opt_interval, opt_timerObject) { ... }
I am looking for something like http://yardoc.org for Javascript.
What tools can you recommend? Are there any special tools for Google Closure code?
source share