coffeedoc / codo

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

cannot omit @private in the docs #175

Closed timaschew closed 8 years ago

timaschew commented 10 years ago

It seems that the behavior was changed, because I found some issues that was fixed.

But for now it doesn't work anymore, but the documentation tells something different:

--private, -p Show privates [default: false]

This options is ignored, it's always the same result: The methods have a private tag.

In the source code I don't see any conditions for this private option.

thammi commented 8 years ago

Please include the patch/fix. Would like to use this documented switch to create private and public documentation.