Skip to content

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Sep 24, 2017

In the code below, the fullname of A::B is A::B, but it's treated as A::A::A::B now.

module A
  class A::B
  end
end

This Pull Request fixes it, and #516, #364, https://github.com/zzak/sdoc/issues/88.

In the code below, the fullname of A::B is A::B,
but it's treated as A::A::A::B now.

module A
  class A::B
  end
end

This commit fixes it.
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