coffeedoc / codo

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

Can't Find Nested Functions #242

Closed nathansomething closed 8 years ago

nathansomething commented 8 years ago

Is there any particular reason why codo can't find/parse nested functions? These are completely legitimate in Coffeescript, so as such it seems like a Coffeescript documentation tool should support them.
Would it be possible to add this feature?

inossidabile commented 8 years ago

Because they have nothing to do with OOP. We are not supporting the functional paradigm and it is not planned.