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

When running `gem server` and trying to view rdoc for an installed gem (net-ldap-0.11, in my case), I get the following error page: Error While processing http://localhost:8808/doc_root/net-ldap-0.11/ the RDoc (4.2.0)...

bug

### README.rdoc ``` * {Email}[mailto:postmodern.mod3 at gmail.com] ``` ### HTML output ``` {Email}[postmodern.mod3 at gmail.com] ``` RDoc version: 4.2.0

Feature Request

I'm at the root of my project tree: ``` $ ls bin gem lib rdocs test vp.rb ``` I want to generate only the docs for the lib directory, ignoring...

bug

Ok, I know this is a particular and difficult thing to request. I hope you'll not hate me for this. But in my University, Ruby is used as first language...

Feature Request

RDoc autolinks text without markup and removes a leading hash if there is one. That's a great feature, but if you have for example method or class names that cannot...

Feature Request

"===" and "==" in numeric.c refer to the same method definitions. When running rdoc over numeric.c the results include "===" in the list of methods but the link goes to...

bug

When creating an RDoc ri store and then later updating it, the visibility information is corrupted, ie. public or protected methods are shown as private methods. Steps to reproduce (should...

bug

in Windows, Ruby 1.9.3, RDoc 4.2.0, with this example input file, `focusgroup.rb`: ``` require 'focusgroup/pipeline' require 'focusgroup/serviceversion' ``` running `rdoc --debug focusgroup.rb` produces: ``` Before reporting this, could you check...

Windows

If the user has specified options via `.rdoc_options` and it's newer than the rdoc target directory, a regeneration should occur.

Feature Request

Hi everyone at rdoc. If there is anything wrong or this issue was already discussed, I'm so sorry. Anyway, please look at this. ``` # This doc isn't generated. define_method('foo1')...

Feature Request