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

Is there's already a way to make generation of rdoc (html) and ri files when the gem gets installed minimized to only a few specific files? If not, can this...

rdoc 4 and 5 could not parse https://github.com/ruby/ruby/blob/master/doc/ChangeLog-0.60_to_1.1

Not sure if this bug fits here. I'm using RubyInstaller Ruby 2.0.0-p451 (x64) with DevKit 4.7.2 (x64) on Windows7. After installing the rdoc-data gem and installing the ri data for...

Windows

For some classes and methods, it would be great if non-ASCII characters could be included in rdoc documentation. One example would be String#upcase/downcase/swapcase/capitalize, which newly work for all of Unicode....

Running recent Coverity on my package in Fedora, I got some error reports about the generated documentation: ``` Error: NESTING_INDENT_MISMATCH: [#def1] rubygem-gem2rpm-0.11.3/usr/share/gems/doc/gem2rpm-0.11.3/rdoc/js/navigation.js:62: parent: This 'if' statement is the parent, indented...

We added the ability to _change_ the decoration in #199, but I'd like (in the default template) to autohide these decorations similar to how Github presents headings in README documents.

Feature Request

It seems that this gem has the same license as ruby (https://github.com/ruby/rdoc/blob/e2dec097f2086cc7df564dda51f5f95bc431cbfa/rdoc.gemspec#L29) but it is not true: snippet of rdoc license: > You can redistribute it and/or modify it under...

Minimal test case to reproduce: Create two files, async.rb: ``` class Xmms::Collection::Async end ``` collection.c: ``` void Init_Collection() { mXmms = rb_define_module("Xmms"); cColl = rb_define_class_under(mXmms, "Collection", rb_cObject); /* Document-const: Xmms::Collection::NS_ALL...

bug

I wrote a task to create doc of my gem in a project folder that install this gem, just reading the `Rakefile`. I debugging then finding the problem. The method...

Feedback Required

How is anyone supposed to know about the new doco? It isn't in `ri --help` and isn't in `ri --list`. Hell... I had to _guess_ at `ruby:` and was simply...

bug