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

Fix issues with the generateTypeLinks function #161

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

YetAnotherClown
Copy link
Collaborator

Fixed an oversight with External Types defined in function, type, or property doc comments not being linked on the generated website. The original implementation only pulled external types from classes, not members of classes.

Another likely oversight, where both constants externalTypes and classTypeNames would be undefined, but were expected to be individual objects when constructing the typeLinks object, has been resolved with a small refactor.

* External Type Links are now properly added from Members of Classes

* Fixed Class Type Links being added to the `classNames` object instead of the `classTypeNames` object
@YetAnotherClown YetAnotherClown merged commit ea59e89 into master Nov 16, 2024
1 check passed
@YetAnotherClown YetAnotherClown deleted the refactor-type-links-generation branch November 16, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant