Sha256: 1c0d3b9372ceb0f7bf3eee6ac9eca3154d50d88923b2cde0dbbd63c6c9796260
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 KB
Contents
=== 2.1.0 / ?? * 3 Major Enhancements: * RDoc now knows about meta-programmed methods, see RDoc::Parser::Ruby * Reorganized parsers under RDoc::Parser base class * ri now walks the ancestors of a class looking for a method e.g. ri File#read displays documentation for IO#read (may require regeneration of ri data) * 5 Minor Enhancements: * Allow links to files * Default options now taken from RDOCOPT environment variable * Class method documentation can be found at toplevel now (def X.foo) * Allow HTML templates distributed as gems to be loaded with the -T option, just like the standard templates in rdoc/generator/html (so an HTML template lib/new_template.rb in a gem can be used with rdoc -T new_template) * `rdoc -v` prints out files, classes, modules and methods as it goes * 11 Bug Fixes: * `ri Foo.bar` now looks for class methods also * Sections work in the default template again * Doesn't warn about :foo:: list item being an unrecognized directive * RDoc no longer converts characters inside tt tags * Fixed "unitialized constant RDoc::Markup::ToHtml::HTML" * Fixed generation of relative links * Fixed various diagram generation issues * Fixed templates broken by switch to erb * Fixed issue with <!-- --> style comments * Lowercase words are no longer rdoc'd as methods without leading #, as described in the documentation * RDoc now correctly sets superclasses if they were originally unknown === 2.0.0 / 2008-04-10 * 3 Major Enhancements: * Renamespaced everything RDoc under the RDoc module. * New `ri` implementation. * Reads from a cache in ~/.ri/ for enhanced speed. * RubyGems aware, only searches latest gem versions. * Now up to over 100 tests and 200 assertions. * 4 Minor Enhancements: * Switched to an ERb-based TemplatePage, see RDoc::TemplatePage. * Class/module ri now displays attribute and constant comments. * Cross-references can be disabled with a leading \. * Relaxed parsing for some RDoc inline markup.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdoc-2.1.0 | History.txt |