rdoc
rdoc copied to clipboard
RDoc produces HTML and online documentation for Ruby projects.
I noticed this already in many ruby docs published in the web & found it annoying in my own docs. To reproduce: ``` $ cat para.rdoc === Shows an annoying...
There was a regression due to d96a7a7. I have reverted in f0646a3. Need to test if this breaks #209, but tests still pass after revert. Originally submitted in rails/rails#14150
Given a Rakefile with RDoc::Task configured for files, or using `.document`, it would be nice to generate a coverage report with the project file structure already known. For example: ```...
When I do `ri encode`, the `encode` methods from core should be displayed first, followed by stdlib, then installed gems. I am not sure what order it is in today,...
Possible options: - public - private - protected Option 1: - Provide support for tags - Let plugin generators handle markup Option 2: - Provide support for tags - Implement...
Allow rdoc to know the github repository and provide a link to the file and line where the method starts Rdoc already has this information so it should not be...
It can be useful when reading documentation to know in which version a method was first available. For example, when looking at Ruby's `Enumerable#max_by` _latest_ documentation and wanting to know...
This module should explain it: ``` ruby # When using the 'r' and 'o' option together, you should be able to combine the # flags into one command to generate...
This is from [Bug #8157](https://bugs.ruby-lang.org/issues/8157).
From our conversation on irc: ``` 15:01 < zzak> rdoc links, how do they work? 15:01 < injekt> magick 15:01 < drbrain> true fact 15:02 < drbrain> the extensive array...