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

Repeated params on compile #678

Closed
andremrsantos opened this issue May 22, 2013 · 1 comment
Closed

Repeated params on compile #678

andremrsantos opened this issue May 22, 2013 · 1 comment

Comments

@andremrsantos
Copy link

When I compile my documentation my class appears with repeated params and return values. E.G.

module A
  # @param a [String]
  def ex(a)
  end
end

class B
  include A

  # (see A#ex)
  def ex(a)
  end
end

When I compile the method ex from the class B appears with two a attributes. What happend?

@lsegal lsegal closed this as completed in 1acde11 Jul 26, 2013
@lsegal
Copy link
Owner

lsegal commented Jul 26, 2013

This was a regression in handling the reftags.

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