jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

Display @typedef and @returns JSDoc comments. #109

Closed caitlineatman closed 6 years ago

caitlineatman commented 6 years ago

When I tried running @typedef JSDoc comments through Docker, it would just display as an empty div. So I added @typedef support to the template file.

Also added @returns support since it's analogous with @return.