We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example input:
class A Foo = 1 end class B < A Foo = 2 end
The documentation of class B will mention Foo as a constant inherited from A.
B
Foo
A
This bug is much alike the already closed #442
The text was updated successfully, but these errors were encountered:
9b29e32
Don't show inherited constants if overridden
4ed9169
Backports #474, referencing #467
No branches or pull requests
Example input:
The documentation of class
B
will mentionFoo
as a constant inherited fromA
.This bug is much alike the already closed #442
The text was updated successfully, but these errors were encountered: