rdoc
rdoc copied to clipboard
omit Class and Module Index
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?