Skip to content

Conversation

@XeroAlpha
Copy link
Contributor

No description provided.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Mar 20, 2025

At some point I should probably look at some way to mark tags as showing up in the docs or not... some tags like @enum and all the tags added here are consumed when converting, so won't ever show up in the docs if used correctly.

return readdirSync("src/lib/internationalization/locales").map((n) => n.replace(/^(.+)\.\w+$/, "$1"));
}

function verifyTags() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for...? There is a test at src/test/utils/options/tsdoc-defaults which verifies the consistency between tsdoc.json and TypeDoc's lists of tags.

@Gerrit0 Gerrit0 merged commit 3a3976d into TypeStrong:master Mar 23, 2025
8 checks passed
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Mar 23, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants