Do not generate link in inheritance chain if class is excluded #10287
Unanswered
SmartFoxServer
asked this question in
Q&A
Replies: 1 comment
-
The current docfx version does not seem to change reported behavior. I've added PR #10300 to fix reported issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our project we have the following inheritance chain for the AdvancedManager class:
The BaseManager class is not useful because it only contains internal methods, so we removed it from documentation using the
<exclude/>
tag. Unfortunately DocFx still generates the link in the inheritance chain, which points to a blank page.Is there a way to avoid this behavior and just show the class name without the link?
Beta Was this translation helpful? Give feedback.
All reactions