-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
doc: add extends for derived classes #29290
Conversation
I think the classes being extended should still be linked for easier reference. |
We're using |
Why? Not all inherited methods/properties/etc. are shown in docs for classes that are extending other classes. Being able to click on the parent class name makes it easy to see what is inherited. |
The classname after Extends is clickable :-) |
Landed in 89aea15 |
PR-URL: #29290 Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #29290 Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist