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'm not sure if this is a bug report or a feature request; I think it has worked in the past but I'm not sure. Given an input `foo.rb`: ```ruby...

This fixes some trivial mistakes in the CONTRIBUTING document without changing the content largely. - Fix typos - Add commas for readability - Fix grammar mistakes - Fix broken links...

documentation

RI has data for DidYouMean::PlainFormatter, but docs.ruby-lang.org has no corresponding html page. Not sure whether this is a Ruby issue or an RDoc issue, but will start here. (There are...

This PR introduces the event-based plugin system along with a YARD-parsing plugin as an example of concrete plugins. It demonstrates how we can build practical plugins while keeping the core...

`sdoc` being one of the major users of `rdoc` has patches to workaround issues/enhance features, which @jonathanhefner compiled in [this comment](https://github.com/ruby/rdoc/pull/1330#issuecomment-2755115892). We should review them and adopt the ones that...

I was recently reminded of a patch I threw together 15 years ago to support documenting Java classes with `ri` in JRuby. Today I found that patch: https://gist.github.com/headius/276803 This is...

With #1183, it's now easier to navigate up an inheritance chain, which is great. But it also makes the lack of downward navigation apparent. Therefore, I think it may be...

enhancement

The linear timing test "test_read_directive_linear_performance" occasionally times out on JRuby. This does not likely indicate a failure to run the example in linear time as much as it reflects a...

Notable changes: ### Avoid using block binding to capture template variables Under the current implementation, the template variables are captured through the `render_template` method's block. This makes it hard to...