jbt / docker

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

JSDoc comments with unknown @-things render as empty #45

Closed jbt closed 10 years ago

jbt commented 11 years ago

Looks like it gets confused by anything other than the ones it explicitly understands

calvinrp commented 10 years ago

@jbt Seeing trouble with this as well. Is there an easy fix?

calvinrp commented 10 years ago

The "@typedef" annotation is really giving it trouble.

ErisDS commented 10 years ago

@returns doesn't work either, and according to the documentation @return is an alias of @returns yet @return does work. Therefore in this case the proper tag isn't working, only the alias.