-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Reflection source comments to Docs #2317
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
Conversation
@mairaw @rpetrusha Please take a look whenever you get a chance. Adding the area owners @steveharter, @GrabYourPitchforks in case they have additional comments or corrections. |
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 for documenting these two types, @carlossanlop. The import procedure didn't import the triple-slash comments applied to the two types; I've added them. I've also suggested a number of changes.
Applying suggestions by rpetrusha in PR. Co-Authored-By: carlossanlop <[email protected]>
Thanks for making the additional changes, @carlossanlop. I've corrected some broken links and moved part of the Dispose description to the Remarks section. I'll merge when the build completes successfully. |
Thank you @rpetrusha for fixing the links and Dispose. |
Summary
Automatically ported source code triple slash comments found in System.Reflection that were missing in dotnet-api-docs.
I made sure to format some of the text to avoid cramming everything to the summaries. There were also some exceptions described in the summaries that should be actual exception elements, so I added them.
Fixes #Issue_Number (if available)