rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

RDoc produces HTML and online documentation for Ruby projects.

Results 201 rdoc issues
Sort by recently updated
recently updated
newest added

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...

Feature Request

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

bug

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: ```...

Feature Request

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,...

Feature Request

Possible options: - public - private - protected Option 1: - Provide support for tags - Let plugin generators handle markup Option 2: - Provide support for tags - Implement...

Feature Request

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...

Feature Request

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...

Feature Request

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...

Bug

This is from [Bug #8157](https://bugs.ruby-lang.org/issues/8157).

Feature Request

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...

Feature Request