rdoc
rdoc copied to clipboard
RDoc produces HTML and online documentation for Ruby projects.
If the RuboCop version is 1.31 or later then use `rubocop:autocorrect` task instead of deprecated `rubocop:auto_correct` in the `Rakefile`. Otherwise use the conventional `rubocop:auto_correct` task. See also: RuboCop changelog >...
Pressing the shortcut key (`/`, as seen at [Ruby on Rails API](https://api.rubyonrails.org/)) to focus on the search form. For the following reasons, it is in draft status at this time....
- Support generics for classes and modules - Add a new syntax in RDoc comments for generating generics docs in Ruby
On top of #921, I'd like to ask if the .gemspec license field can be updated. Currently, it says just `Ruby`: https://github.com/ruby/rdoc/blob/d12272b4cf65d8a0004233a047065af093d2345e/rdoc.gemspec#L29 But I think that the field should list...
I'm in the process of updating the dependencies of an old project of mine, and I've reached rdoc. Unfortunately I can't seem to find any documentation for what changes are...
We're observing a sporadically occurring non-determinism in generated .ri files: ``` [ak@localhost ruby-repro]$ ri --dump=./oe-reproducible-20211214-gj4vndgo/packages-excluded/reproducibleA/tmp/deploy/rpm/core2_64/usr/share/ri/3.0.0/system/Gem/DefaultUserInteraction/cdesc-DefaultUserInteraction.ri [module Gem::DefaultUserInteraction: includes: # constants: ``` .... ``` [ak@localhost ruby-repro]$ ri --dump=./oe-reproducible-20211214-gj4vndgo/packages-excluded/reproducibleB/tmp/deploy/rpm/core2_64/usr/share/ri/3.0.0/system/Gem/DefaultUserInteraction/cdesc-DefaultUserInteraction.ri [module Gem::DefaultUserInteraction: includes:...
This adds support for reading the Darkfish-generated docs in mobile devices. I tried to keep the changes minimal, and the current layout was mostly preserved. The most notable change is...
Show global methods, which are defined as public in `Kernel`, like as defined in `Object`. https://bugs.ruby-lang.org/issues/19300 https://bugs.ruby-lang.org/issues/19304
## Motivation When reading several modules has deeply nested namespaces like OpenSSL, the breadcrumb list is very useful. In Japanese document (called rurema) has breadcrumb like this.  So, I...