We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excludeNotDocumented empty page
When running typedoc src --excludeNotDocumented I expect folders that only include undocumented files to not create empty pages in typedoc
typedoc src --excludeNotDocumented
Typedoc still creates a link / page for every folder, rendering a complete useless blank page
The text was updated successfully, but these errors were encountered:
That's strange... I thought we had logic to check for that in the renderer. Should be an easy fix at least.
Sorry, something went wrong.
I ran it together with another exclude pattern (to exlude files under the folder "mock-data") if that helps reproducing somehow.
8a5a933
Perfect, I can confirm that 0.21.1 fixed the issue 🎉
0.21.1
No branches or pull requests
Search terms
excludeNotDocumented empty page
Expected Behavior
When running
typedoc src --excludeNotDocumented
I expect folders that only include undocumented files to not create empty pages in typedocActual Behavior
Typedoc still creates a link / page for every folder, rendering a complete useless blank page
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: