Skip to content

Don't work well with inline private #85

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
Paxa opened this issue Jan 14, 2015 · 2 comments
Closed

Don't work well with inline private #85

Paxa opened this issue Jan 14, 2015 · 2 comments

Comments

@Paxa
Copy link

Paxa commented Jan 14, 2015

class Example
   def public_method1; end

  private def private_method; end

  def other_public_method; end
end

sdoc see other_public_method as private method

@zzak
Copy link
Member

zzak commented Apr 27, 2015

This is the way RDoc treats the private keyword, and unrelated to SDoc.. but we should be able to fix it

@zzak
Copy link
Member

zzak commented Mar 14, 2016

Closing this since it's already been reported upstream in ruby/rdoc#354 and ruby/rdoc#355

Thank you!

@zzak zzak closed this as completed Mar 14, 2016
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

No branches or pull requests

2 participants