Rdoc 3.5.2 Released

rdoc version 3.5.2 has been released!

RDoc produces HTML and command-line documentation for Ruby projects.
RDoc
includes the rdoc and ri tools for generating and displaying online
documentation.

See RDoc for a description of RDoc’s markup and basic use.

=== 3.5.2 / 2010-02-04

  • Deprecations

    • RDoc::Context::Section#sequence is now deprecated. Use
      RDoc::Context::Section#aref instead.
  • Bug fixes

    • Fixed syntax highlighting CSS class generation. Reported by Daniel
      Bretoi.
    • Fixed ri for methods with aliases. Pull Request #15 by Sven Riedel.
    • Added windows-specific test for test_check_files.
    • Darkfish now supports sections. Template and generator author see
      RDoc::Context#each_section to add section support. RubyForge Bug
      #26883
      by Jeff H…
    • Fixed post-install message for Ruby 1.9.2 users.
    • Set required ruby version to >= 1.8.7.

=== 3.5.1 / 2010-01-30

  • Bug fixes
    • Fixed some typos. Pull request #13 by R.T. Lechow.
    • Ensure an RDoc::Stats is created in #parse_files. Fixes
      documentation for
      railties which has no files. Reported by Aaron P.