coffeedoc / codo

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

Fixed swapped getter/setter property detection. #167

Closed chrislambe closed 10 years ago

chrislambe commented 10 years ago

The conditionals determining the presence of getters/setters were backwards as identified in issue https://github.com/coffeedoc/codo/issues/158#issuecomment-43018395. This commit swaps them.