Change jsdoc to Docco
Change JsDoc to Docco.
Docco is more readable for programmers since it shows the source code along with de comments documenting it. Besides, Docco stimulates comments that explains the thought process or the workflow of the program while JsDoc is used only to document classes and functions mostly.
Related: simcaq/SCRUM#19