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

Make @unreleased mutually exclusive with @deprecated #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EliTheGingerCat
Copy link

If something is unreleased, then it can not be deprecated, since deprecation is to mark something as not supported once it is already in use.

Relevant discussion: https://discord.com/channels/385151591524597761/894395472582676502/1348417437514858587

Other queries:

  1. I wonder why this was commented out of mutually exclusive pairs:
    // Field is exclusive with function
    // (TagType::Field, TagType::Function),
  1. There are a few cases where exclusive pairs involving @interface could be added, but this already errors due to "This tag is unused by X doc entries", which begs the question of whether explicit mutual exclusivity is really necessary.

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