-
Notifications
You must be signed in to change notification settings - Fork 886
/// <inheritdoc /> #3699
Copy link
Copy link
Closed
Labels
dotnetGenerate .NET API reference docsGenerate .NET API reference docsdotnet: xml-commentXML comment for .NET API reference docsXML comment for .NET API reference docs
Milestone
Metadata
Metadata
Assignees
Labels
dotnetGenerate .NET API reference docsGenerate .NET API reference docsdotnet: xml-commentXML comment for .NET API reference docsXML comment for .NET API reference docs
Type
Fields
Give feedbackNo fields configured for issues without a type.
DocFX Version Used:
docfx 2.36.1.0
Template used: (
defaultorstatictocor contain custom template)default
Steps to Reproduce:
Expected Behavior:
The documentation for
Blockshould inherit the documentation from IDataBlock interface.Actual Behavior:
No documentation is inherited.
Other:
The docfx.json is fairly standard. It uses a xref to get the
IDataBlockdocumentation.Here's the links to the generated documentation for Block and IDataBlock and the source code for Block.cs and IDataBlock.cs.