Open
Description
While going through the result of the output of documentation.js and comparing it to the comments I found some inconsistencies in the comments we need to fix. For example there are some comments where a return value is an Array of things. Written like this:
* @return {Stories[]} Array of Stories.
In other cases it is just:
* @return {Array} Array of strings
we got some:
/* todo */
Which are (I guess todo for a long time)
There should be an combined effort to review the comments on functions. Maybe by assigning files to contributor. Also we should write down/define how a new function should be documented.