rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

omit Class and Module Index

Open ghost opened this issue 7 years ago • 0 comments

If I run:

rdoc --main hello.rb

I can then visit index.html, which includes the documentation from hello.rb and also a search box and "Class and Module Index".

However sometimes I would only like the documentation for hello.rb, and no side panel. Is this possible?

ghost avatar Feb 23 '19 15:02 ghost