<div dir="ltr">In python we have a style to document methods, classes, and so forth. But, I don't see any guidance on how JavaScript should be documented. I was looking for something like jsdoc or ngdoc (an extension of jsdoc). Is there any guidance on how JavaScript should be documented?<br><br>For anyone who doesn't know, Angular uses ngdoc (an extension to the commonly used jsdoc) which is written up at <a href="https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation">https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation</a>.<br></div>