Im looking into documenting the javascript code we develop and are looking for some good javascript documentation generators, does anybody have any suggestions?
We used to used ndoc to create documentation for our c# code and are looking for something similar to document our js code – ideally something that can be run from a command line.
thanks in advance!
You can use famous JSDoc-Toolkit for that.
And yes it also has command line options.