coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Using Array<Type> should generate link to Type #211

Open murrayju opened 9 years ago

murrayju commented 9 years ago

The doc says that an Array<Type> notation is supported for @return (and others). In my experience, this does not generate a link to the documentation page for Type.

inossidabile commented 8 years ago

It says that it's suggested to use this notation for type templates be it array or any other case or meta-magic. Parsing that even for very basic cases like arrays was never supported.

murrayju commented 8 years ago

Why is this closed? Are you saying that this can not possibly be implemented? This would be a very useful feature.

maul-esel commented 8 years ago

:+1:

inossidabile commented 8 years ago

I'm saying that this isn't a bug nor it is a feature that I'm going to implement on my own because of lack of the time. You are welcome to implement PR that I will gladly accept.

AtiX commented 8 years ago

Reopen this issue and add a feature tag then?