Unhide RDoc documentation from top level Gem module#5396
Unhide RDoc documentation from top level Gem module#5396deivid-rodriguez merged 1 commit intoruby:masterfrom
Gem module#5396Conversation
If this is at the top level, it stops the documentation of the entire module, but not only the part in this file.
|
We discussed something somewhat similar at #5299, any ideas to prevent this kind of issue from being reintroduced? |
|
Although |
|
I run |
|
I think this is a bug of rdoc, a |
|
@nobu I'm looking into this and I'm not seeing the missing |
|
Snapshot of the part of https://docs.ruby-lang.org/en/master/: |
:stopdoc: directiveGem module
Unhide RDoc documentation from top level `Gem` module (cherry picked from commit 9825d7f)



What was the end-user or developer problem that led to this PR?
The
Gemmodule is not listed in the “Class and Module Index” at all.What is your fix for the problem, implemented in this PR?
Move
:stopdoc:directive at the top level in lib/rubygems/compatibility.rb in the module block.If this is at the top level, it stops the documentation of the entire module, but not only the part in this file.
Make sure the following tasks are checked