According to [JSDoc](http://usejsdoc.org/tags-returns.html), `@returns` has the following syntax: ```@returns [{type}] [description]``` Currently the syntax only matches: ```@returns [description]```.