The presence of #:stopdoc:
around a class that should be documented is having
an outsized impact as shown with this gist, a minimal reproduction of an issue
I found during the development of cartage 2.0.
buggy.rb
documents Buggy and Buggy::Documented. When buggy-submodule.rb
is
parsed, Rdoc does not include Buggy in the generated documentation.
This can be worked around by changing buggy-submodule.rb
to look like this: