Closed tineheller closed 6 years ago
This issue is closed with #35. With this PR the config property "ignorePrivateMembers" will be removed. Instead we use the jsdoc provided parameter --private
to identify if private members should be omitted or not. This means that private members will be omitted by default now unless the option --private
is passed with the jsdoc-call
The function
prune()
ofjsdoc/util/templateHelper
should be called in template. The flagignorePrivateMembers
can be removed then.