SoftwareBrothers / better-docs

Beautiful toolbox for jsdoc generated documentation - with 'typescript', `category` and `component` plugins
MIT License
853 stars 126 forks source link

Document @private methods #143

Open benoitlahoz opened 3 years ago

benoitlahoz commented 3 years ago

Thank you for this beautiful work!

I'm trying to document private methods so I put "access": "all" and also tried "private": true in my jsdoc.jon file, in the "opts"option.

It works when I use jsdoc without better-docs template, but unfortunately not with it.

Did I miss something?

Thank you!

VictorioMolina commented 2 years ago

Same here. Did u solve it?

VictorioMolina commented 2 years ago

I have also tried with the following script

"scripts": {
    "docs": "node_modules/jsdoc/jsdoc.js -c jsdoc.js -p"
}

but same behavior... private stuff ignored.

Raepheles commented 2 years ago

Any update on this issue? It seems like currently with better-docs template there is no way to display private methods even with appropriate jsdoc configuration.

donald-richardson-dxd commented 2 years ago

Same issue