资 源 简 介
I made this batch file to run the jsdoc-toolkit automatically. Just place a copy of it beside jsrun.jar. When you run the script it will ask you for the location of your source directory. Alternatively, you can supply the path to your source directory as an argument when you call the batch file. This makes it easy to use jsdoc-toolkit in combination with Notepad++ and other such tools.
In Notepad++ I add a run command similar to:
"C:absolutepath ojsrun.bat" "$(CURRENT_DIRECTORY)"
When I"m ready to generate documentation for my javascript project I just click the button in my menu and everything is taken care of automatically.