RDoc v3.5 Release Notes

Release Date: 2010-01-29 // about 14 years ago
    • Minor enhancements
      • RDoc::Parser::C looks for rb_scan_args and fills in RDoc::AnyMethod#params appropriately. This may provide useful information if the author did not provide a call-seq.
      • RDoc::Parser::C now records the function name for methods implemented in C.
      • RDoc now records file and byte offset information for methods.
    • 🐛 Bug fixes
      • Locations of module aliases are now recorded.
      • RDoc::Parser::C finds method bodies better now.
      • Fixed further locations where output encoding was not preserved. Bug #11 by Vít Ondruch, RubyForge bug #28791 by Dzmitry Prakapenka.
      • Fixed display of numeric lists on the index page and file pages. Bug #12 by tobijk.
      • Skip TestRDocOptions#test_check_files on windows until a windows-specific test can be created. RubyForge bug #28821 by Usaku Nakamura.
      • Fixed line-height of headings in method and alias descriptions. RubyForge Bug #2770 by Adam Avilla
      • Relaxed RDoc::Parser::Ruby#remove_private_comments to consume more dashes as older versions once did. Bug #7 by Claus Folke Brobak.