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

Support implicit inheritdoc for members #7629

Closed
sharwell opened this issue Sep 22, 2021 · 0 comments
Closed

Support implicit inheritdoc for members #7629

sharwell opened this issue Sep 22, 2021 · 0 comments
Labels
dotnet: xml-comment XML comment for .NET API reference docs dotnet Generate .NET API reference docs

Comments

@sharwell
Copy link
Member

sharwell commented Sep 22, 2021

The following code elements should automatically treat missing documentation comments as though the following comment were specified:

/// <inheritdoc/>
  • Members that override a member defined in a base class
  • Members that implicitly implement an interface member
  • Members that explicitly implement an interface member

See dotnet/roslyn#54927
See dotnet/csharplang#1749

@yufeih yufeih added dotnet: xml-comment XML comment for .NET API reference docs dotnet Generate .NET API reference docs labels Dec 15, 2022
@yufeih yufeih closed this as completed Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet: xml-comment XML comment for .NET API reference docs dotnet Generate .NET API reference docs
Projects
None yet
Development

No branches or pull requests

2 participants