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: Add remarks content to enum members #10434

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Nov 28, 2024

This PR intended to fix #10430
By adding remarks content to enum members to modern template's class.header.tmpl.partial.

Rendered Result
If remarks comment exists.
summary and remarks content are rendered as following. (It's same as ApiPage output results.)

<dd>
  <p>{summary}</p>
  <p>{remarks}</p>
<\dd>

@yufeih yufeih added the bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note label Nov 29, 2024
@yufeih yufeih merged commit 1ebf1ba into dotnet:main Nov 29, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Enum Member "remarks" Elements Not Displayed
2 participants