Good day,
I installed JSdoc322 into C:\Progs\jsdoc-322\ with the default template. I also modified the conf.json file to include my complete JavaScript library (recurse = true or -r ).
My issues are :
can someone give me pointers on how to make this work. I had version 2 and everything worked great but tags were limited..
Thanks
Norm
Good day,
I installed JSdoc322 into C:\Progs\jsdoc-322\ with the default template. I also modified the conf.json file to include my complete JavaScript library (recurse = true or -r ).
My issues are :
- JSdoc only pickup the first script from the library and stops there - does not do the entire directory.
- I'm using the command line and the conj.json with NO better result
jsdoc.cmd c:\Temp\ScriptLibrary -r
- I tried sticking the JS library in the INCLUDE portion of conf.json but it does not get picked up and trying to name each JS file neither. I suspect the template is not handling Windows paths properly.
- I tried putting back the linenumbers when displaying the source code but it does not work or I dont have enough info for it to work properly.
- I want to run JSDoc as a standalone app - DO I need to install it with NPM and what does NPM do ?
- I saw that JSDoc322 uses TAFFYDB, why ? Do I need it ? How do I install it and hook it in ?