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

If you search for "String" on https://docs.ruby-lang.org/en/3.3/ the first four results returned are obscure: Gem::SafeMarshal::Elements::String Prism::StringFlags Prism::StringNode Reline::Terminfo::StringWithTiparm String Would it be possible to change it so that if one...

bug

Currently, `rdoc` doesn't support server mode, which makes both using it and developing it extremely inconvenient. (`ri --server` is RI's web interface, which lets users read indexed RI documents in...

enhancement

Similar to #1135, the `file_name` argument's value should be the name as `top_level.absolute_name`. So passing it separately is not necessary.

There have been several document refactors in ruby/ruby that extract individual methods/classes' documentation into separate files, like ruby/ruby#6567 Because RI is not capable of rendering those references, RI users are...

enhancement

Fix comment directive parsing problem # Problem of comment parsing The main problem is that `@preprocess.handle` parses comment, removes directive, and process code_object at the same time. This pull request...

Hello, We’ve started a new theme derived from Darkfish. You can see how it looks here: https://basesecrete.github.io/rdoc/ As you can see, there are already quite a few changes (navigation, typography,...

enhancement

- There needs to be an option (`favicon_path`?) to copy favicon to the output directory. `static_path` only copies files under the generator's folder. - The option should be available in...

enhancement

The purpose is to list all class ancestors in a new theme (see PR #1182).

Currently no tests cover `RDoc#generate` which means we're not testing: - The file generation logic - The output message of doc generation To test it right, we need to make...

Replacing https://github.com/ruby/rdoc/pull/1172 (closed b/c its repository was deleted).

documentation