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

Fix RDoc::Parser::Ruby not being documented #975

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

etiennebarrie
Copy link
Contributor

The calls to require prevent the class from being documented.

Right now https://ruby.github.io/rdoc/RDoc/Parser/Ruby.html looks like this:
image

Same is true at https://docs.ruby-lang.org/en/3.2/RDoc/Parser/Ruby.html.

This fixes it by moving the requires above the documentation comment.

After:

image

The calls to require prevent the class from being documented.
@zzak zzak merged commit c7bf923 into ruby:master Feb 8, 2023
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.

None yet

2 participants