plainblack / Lacuna-Web-Client

The pure javascript client for The Lacuna Expanse.
http://www.lacunaexpanse.com
Other
31 stars 37 forks source link

JSDoc #205

Open nataliethistime opened 8 years ago

nataliethistime commented 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.