Hello, i want to use your package for create documentation for a library i have.
Is is possible to set export only by default? Or just generate export stuff only.
Thanks for the job and have a good day
Hello @nicolasgere, can you explain what you mean by "set export only by default"?
@aciccarello i dont want to provide a docs for the internal stuff of the library, just the exported one
@nicolasgere I beleive --excludeNotExported option is what you are looking for. I could not find any mentioning about it in the typedoc docs though so probably this is a documentation issue.
EDIT: After using it for a while I've noticed that this flag has some side effects. Litterrally it also removes defenitions for destructured function parameters.

a parameter which not exclude not exported stuff, but check this checkbox by default would be also very helpful
It seems like several things are being discussed in this issue:
--excludeNotExported option, a new issue should be opened to identify that issue
Most helpful comment
@aciccarello i dont want to provide a docs for the internal stuff of the library, just the exported one