-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Porting new docs for the System.Runtime.Intrinsics namespace #9166
Conversation
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics Issue DetailsThis handles most of dotnet/runtime#88574. There are some APIs that are missing xml docs entirely that still need to be handled.
|
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tannergooding. I assume for these APIs we mainly care about the summary. Two questions:
- Are you ok with the formatting of the summaries as they were ported?
- Do you plan on adding the missing params, returns, and other non-summary elements?
If the answer is yes to both, let's merge.
There's meant to be two lines, each with their own surrounding
They should exist for types directly in |
8008c29
to
afd94bb
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better with the <para>
that were missing. Thanks for re-running the tool.
Learn Build status updates of commit 3916983: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit ea2f581: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Co-authored-by: Genevieve Warren <[email protected]>
Learn Build status updates of commit 6de71a7: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
This handles most of dotnet/runtime#88574. There are some APIs that are missing xml docs entirely that still need to be handled.