Is there any comment documentation format for JavaScript and a processor for this format that generates HTML documentation?
I am currently using VSDoc xml comments to provide IntelliSense help during development, but as I know, there is no documentation generator for such comments. So, as an alternative, my question may sound like this: is there any utility that translates VSDoc comments from JavaScript files to HTML?
source share