Closed
Description
DocFX Version Used:
docfx 2.36.1.0
Template used: (default
or statictoc
or contain custom template)
default
Steps to Reproduce:
- git clone https://github.com/richardschneider/net-ipfs-api.git
- docfx doc\docfx.json
Expected Behavior:
The documentation for Block
should 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 IDataBlock
documentation.
Here's the links to the generated documentation for Block and IDataBlock and the source code for Block.cs and IDataBlock.cs.