Open nataliethistime opened 8 years ago
Use JSDoc to document the code. JSDoc is basically JavaDoc for JavaScript. You use comments to describe a method's functionality. All files in a project are then parsed and a nice website is made.
Use JSDoc to document the code. JSDoc is basically JavaDoc for JavaScript. You use comments to describe a method's functionality. All files in a project are then parsed and a nice website is made.