Skip to content

:arg:, :args: doesn't work. #433

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

Closed
tonytonyjan opened this issue Dec 10, 2016 · 1 comment · Fixed by #541
Closed

:arg:, :args: doesn't work. #433

tonytonyjan opened this issue Dec 10, 2016 · 1 comment · Fixed by #541

Comments

@tonytonyjan
Copy link

tonytonyjan commented Dec 10, 2016

The example from rdoc document doesn't work:

##
#  :args: a, b

def some_method(*a)
end

But it works inline:

def some_method(*a) # :args: a, b
end

My rdoc version is 5.0.

@aycabta
Copy link
Member

aycabta commented Sep 19, 2017

OK, it's reproduced if RDoc 6.0.0.beta2. I'll check this bug later.

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 a pull request may close this issue.

2 participants