angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 101 forks source link

fix(typescript): fallback to decorators from set accessor #256

Closed devversion closed 6 years ago

devversion commented 6 years ago

Right now, decorators of accessor properties will be only taken from the get accessor. This is not the expected behavior, because it can also happen that decorators are placed on the setter.