Do you want to request a feature or report a bug?bug
What is the current behavior?
I annotate my private method with a JSDoc containing @internal or @ignore, and the documentation is generated
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://codesandbox.io/ or similar.
/**
* Description
*
* @example
* const a = 3
*
* @category Animal
*/
export default class Dog {
public bark() {}
/** @internal */
private scratch() {}
}
What is the expected behavior?
I expect the documentation to not be generated
Which versions of docs-ts, and which browser and OS are affected by this issue? Did this work in previous versions of docs-ts?
v0.6.9, first time I use it.
Do you want to request a feature or report a bug? bug
What is the current behavior? I annotate my private method with a JSDoc containing @internal or @ignore, and the documentation is generated
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://codesandbox.io/ or similar.
What is the expected behavior? I expect the documentation to not be generated
Which versions of docs-ts, and which browser and OS are affected by this issue? Did this work in previous versions of docs-ts? v0.6.9, first time I use it.