rdoc
rdoc copied to clipboard
RDoc produces HTML and online documentation for Ruby projects.
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...
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...
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...
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,...
- 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...
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).