coffeedoc / codo

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

Inherited @property auto link #233

Closed wayne-weibel closed 8 years ago

wayne-weibel commented 8 years ago

If class A contains property X (and is documented as such in A) and class B inherits A, the generated auto link to property X from class B is constructed with a JSON reference eg: file:///tmp/codo/class/[object Object]. This is in contrast to class variables, which auto link correctly.