Issue summary
Update JSDoc to follow the standards outlined in the Google JS StyleGuide and the JSDoc documentation (cheat-sheet too).
Expected behavior
Good looking JSDoc when generated with jsdoc path/to/file.js. Also add a script in package.json (such as the one here) as well as a conf.json file like the one here.
Actual behavior
Current correct JSDoc usage is flaky.
Issue summary
Update JSDoc to follow the standards outlined in the Google JS StyleGuide and the JSDoc documentation (cheat-sheet too).
Expected behavior
Good looking JSDoc when generated with
jsdoc path/to/file.js. Also add a script inpackage.json(such as the one here) as well as aconf.jsonfile like the one here.Actual behavior
Current correct JSDoc usage is flaky.