You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 Note that for the first example, IClass does not need to explicitly include the <inheritdoc/> element. This element is implicitly included for methods in a class that implement an interface method or override a base class method.
Operation System: (
Windows
orLinux
orMacOS
)Windows
DocFX Version Used:
2.5.4
Template used: (
default
orstatictoc
or contain custom template)Default
Steps to Reproduce:
/// <inheritdoc />
tag to the implemented methodExpected Behavior:
The implemented documentation always shows
Actual Behavior:The implemented documentation does always show. There is no clear indication as to what triggers its showing on infrequent occasions.https://i.imgur.com/PWMWnDo.png (In class)https://i.imgur.com/8xzeXuG.png (In interface)Actual Behavior
First
Implemented documentation does not show for either methods.
Second
Add explicit reference to interface method in any of the class methods. Implemented documentation for both methods show.
Third
Removing the explicit reference now fixes the issue. Documentation for class shows for all subsequent serves.
The text was updated successfully, but these errors were encountered: