DiFuks / typedoc-theme-hierarchy

Hierarchy theme for typedoc
MIT License
18 stars 5 forks source link

Include non-exported functions in the generated docs? #9

Closed phuongduyphan closed 2 years ago

phuongduyphan commented 2 years ago

Currently, only functions declared with export are in the docs, is there any way to include non-exported functions in the docs as well?

dcallus commented 2 years ago

there is a plugin for non-exported docs. https://www.npmjs.com/package/typedoc-plugin-not-exported

There me be others, have a look and see which best suits your needs

DiFuks commented 2 years ago

typedoc does not add that are not exported. This can be solved with plugins, as @dcallus correctly noted. I am closing this issue.