-
Notifications
You must be signed in to change notification settings - Fork 0
Update JSDoc #94
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
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.