Eric Hodel
Eric Hodel
I'll see what I can do, but I may not be able to add it to RDoc 4.0 as my time is limited. I think I can make this work...
I'm unsure if this is an RDoc bug or not. I don't see anything in my OptionParser object that would cause this to happen but I can reproduce it. I...
Looking at this again, it is rather difficult to fix. These are all keywords, not methods, so there's nothing to link to. I'm unsure how to add them as a...
Currently you can do this like this: ``` ruby RDoc::Task.new 'coverage' do |rdoc| rdoc.options
I'm unsure if I want to allow this change. When you click on this part of the HTML output it shows and hides the source. Having it sometimes show or...
How is this different from [section/category support](http://rdoc.rubyforge.org/RDoc/Markup.html#class-RDoc::Markup-label-Sections)? Note that RDoc has special handling if you only use 'Internal, Public, Deprecated'. I think the 'Internal' category is the same idea as...
Then `:private:` sounds the same as `:nodoc:` to me, am I right?
I understand and I think I like this concept. Since "private" is an overloaded word, how about "internal"? Sometimes I want to use ri or the html to read the...
Ruby license means different things for different versions of ruby. We'd need to get Dave Thomas and other contributors consent to change the license to the latest version of the...
RDoc does not contain a full C parser. Since `rb_cAlpm` is not declared in (presumably) database.c there's no way for RDoc to know what class to attach Database to. One...