Skip to content
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

Support constant visibility #506

Merged
merged 1 commit into from
Aug 29, 2017
Merged

Conversation

rhenium
Copy link
Member

@rhenium rhenium commented Aug 29, 2017

Parse Module#private_constant and Module#public_constant calls and set
the visibility for the constants appropriately.

Also let RDoc::Context#remove_invisible filter constants as well as
methods and attributes, so that private constants won't be rendered.

Parse Module#private_constant and Module#public_constant calls and set
the visibility for the constants appropriately.

Also let RDoc::Context#remove_invisible filter constants as well as
methods and attributes, so that private constants won't be rendered.
@aycabta
Copy link
Member

aycabta commented Aug 29, 2017

I understand what you want to do, and looks good to me.

@aycabta aycabta merged commit f4c498d into ruby:master Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants