RDoc v2.5.4 Release Notes

Release Date: 2010-04-18 // about 14 years ago
    • 2 Minor Enhancements
      • Methods will now be cross-referenced when preceded with ::. Ruby Bug #3169 by Marc-Andre Lafortune.
      • Methods now have human readable fragment identifiers for HTML output. (#method-i-gsub vs #M000005). Ruby Bug #3023 by Marc-Andre Lafortune.
    • 🛠 1 Bug Fixes
      • RDoc::Parser::Ruby now handles while begin a; b end # .... Ruby Bug #3160 by Yusuke Endoh.