Skip to content

Normalization of comment should check language #702

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

Merged

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Feb 26, 2019

RDoc::Text#normalize_comment that is included RDoc::Comment always remove Ruby style comment indicator # and C style comment indicator /**/, but should check language and remove only the language's comment indicator.

RDoc::Text#normalize_comment that is included RDoc::Comment always
remove Ruby style comment indicator "#" and C style comment indicator
"/**/", but should check language and remove only the language's comment
indicator.
@aycabta aycabta force-pushed the normalize-comment-should-check-language branch from 311b298 to ca68ba1 Compare February 26, 2019 16:46
@aycabta aycabta merged commit 94dea0b into ruby:master Mar 13, 2019
@aycabta aycabta deleted the normalize-comment-should-check-language branch March 13, 2019 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant