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: return prop compatibility for previous and current doc versions #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

brynpttrsn
Copy link

@brynpttrsn brynpttrsn commented May 2, 2023

Fixes missing " or " between return types.
Fixes missing return descriptions on older generated docs.
Fixes nullable return types on older generated docs

Resolves #146

Current Docs:
CommandInteractionOptionResolver#getMentionable
-no "or" between return types

v13 CommandInteractionOptionResolver#get
-nothing nullable and no descriptions for returns

Deploy Preview:
CommandInteractionOptionResolver#getMentionable

v13 CommandInteractionOptionResolver#get

@brynpttrsn brynpttrsn marked this pull request as ready for review May 2, 2023 01:12
@brynpttrsn brynpttrsn changed the title TypesArrayFix Fix: or between multiple return types May 2, 2023
@brynpttrsn brynpttrsn marked this pull request as draft May 2, 2023 01:23
@brynpttrsn brynpttrsn marked this pull request as ready for review May 2, 2023 02:37
src/components/Types.vue Outdated Show resolved Hide resolved
@brynpttrsn brynpttrsn changed the title Fix: or between multiple return types Fix: return prop compatibility for previous and current doc versions Nov 4, 2023
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.

Various | (or) returns do not display correctly on the documentation
2 participants