Enable nppexec in Notepad ++ and execute the following command:
cd D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit
java -jar D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ jsrun.jar D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ app \ run.js -a -t = D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ templates \ jsdoc $ (FULL_CURRENT_PATH)
You can save this command as JsDoc Toolkit. Click "OK" to try, if the following result is output in the console window:
CD: D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit
Current directory: D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit
java -jar D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ jsrun.jar D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ app \ run.js -a -t = D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ templates \ jsdoc D: \ www \ woyo \ Developing \ js \ WOYO \ event \ event.js
Process started >>>
<<< Process finished.
================ READY ================
It means that the HTML format document has been automatically generated in the out directory of the jsdoc-toolkit folder.
Use the Windows Explorer to open the out directory, and the jsdoc folder is selected.
c: \ windows \ explorer.exe / select, D: \ jsdoc_toolkit-2.3.2 \ jsdoc-toolkit \ out \ jsdoc
(Finish)