RDoc v3.9 Release Notes

Release Date: 2011-07-30 // over 12 years ago
    • Minor enhancements
      • RDoc::Parser::C now supports :doc: and :nodoc: for class comments
      • Added the rdoc-ref: link scheme which links to a named reference. rdoc-ref: can resolve references to classes, modules, methods, files, etc. This can be used to create cross-generator named links unlike the link: scheme which is dependent upon the exact file name. Issue #53 by Simon Chiang
      • Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref. Cross-references can now be created easily for non-HTML formatters.
    • 🐛 Bug fixes
      • ri [] and other special methods now work properly. Issue #52 by ddebernardy.
      • ri now has space between class comments from multiple files.
      • :stopdoc: no longer creates Object references. Issue #55 by Simon Chiang
      • :nodoc: works on class aliases now. Issue #51 by Steven G. Harms
      • Remove tokenizer restriction on header lengths for verbatim sections. Issue #49 by trans