-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Remarks section of enum members doc comment doesn't show in API reference #23950
Comments
Ping @joelmartinez Where should we route this? |
🤔 hmm ... this is because we currently treat enums differently than other types, where each member doesn't have an individual page in which we would show remarks; we just list all the enums and their summary on one page. Brainstorming a bit, we would probably either have to expand that out so that each member of the enum has its own page, or maybe do something where the remarks for each field are hidden by default, and you can expand them on-demand. You probably want to work with PMs (ie. @mimisasouvanh and @rloutlaw) to design and prioritize this feature request :) |
This is a known issue and we've already met once on the proposed design - https://dev.azure.com/ceapex/Engineering/_workitems/edit/390259. |
We also currently have a build warning to let you know that the remarks will be ignored. |
@gewarren Should I close if it's already tracked internally? |
Yes, I'll close this, but I've added a link to this issue in the internal tracking item. Thanks @Youssef1313 . |
Internal tracking issue: https://dev.azure.com/ceapex/Engineering/_workitems/edit/801799 |
This is not specific to LanguageVersion enum. Any enum with
<remarks>
on a member won't show in the API reference.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: