This is from https://github.com/zzak/sdoc/issues/88, this is occurred as [broken Rails document](http://api.rubyonrails.org/classes/ActionController/ActionController/ActionController.html). ```ruby module A class A::B end end ``` The full name of `B` is just `A::B` in Ruby processor, as distinct from `A::A::B`, but RDoc parses it as `A::A::A::B`. It's strange bug and must be fixed.