teamikl / ninjam-server-js

NINJAM Server
http://teamikl.github.io/ninjam-server-js/
MIT License
3 stars 2 forks source link

Documents #4

Open teamikl opened 10 years ago

teamikl commented 10 years ago

Make modern documentation on github pages. Getting started, Tutorial, API Docs, Reference, Slides, Developer guide etc.

teamikl commented 10 years ago

Dgeni - Documentation Generator https://github.com/angular/dgeni

teamikl commented 10 years ago

Learn documentation manner from Angular project

Example comment for JSHint and API document https://github.com/angular/angular.js/blob/master/src/Angular.js

NOTE: how to write document for Event ?

teamikl commented 10 years ago
teamikl commented 10 years ago

How to write API doc for asynchronous function? which result is pass to callback or call continue function as result.

There is @callback annotation, also @event for events.