esong165 / cse110-w21-group25

2 stars 3 forks source link

Missing JSDoc for 3 Timer Functions, @returns tag for getter methods #130

Closed esong165 closed 3 years ago

esong165 commented 3 years ago

$initCycle(), buttonClick() and notifySettingsChanged() do not have proper JSDoc. In addition, the getter methods should include an @returns tag in the headers. These should be added soon for more complete documentation of our codebase.