Skip to content
New issue

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

Remove redundant @ignore tags #6782

Merged
merged 8 commits into from
Jul 4, 2024
Merged

Remove redundant @ignore tags #6782

merged 8 commits into from
Jul 4, 2024

Conversation

willeastcott
Copy link
Contributor

The @ignore JSDoc tag will prevent a symbol from being added to the TypeDoc API reference. However, if the symbol is not exported in the root index.js, it will not appear in the API reference anyway. So this PR removes redundant @ignore tags for symbols that are not exported.

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

@willeastcott willeastcott merged commit 8da9fa3 into main Jul 4, 2024
8 checks passed
@willeastcott willeastcott deleted the rm-ignore branch July 4, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants