Files | Admin

Notes:

Release Name: 2.4.0

Notes:
A Microsoft Compiled HTML Help generator for {RDoc}[http://rdoc.rubyforge.org/].


Changes: === 2.4.0 / 2009-08-10 * Two major enhancementsd * RDoc 2.4.x compatibility - Converted to RHTML templates - --opname option was removed form RDoc. RDoc_chm now uses --op for naming the CHM file * Improved table of contents and index. - TOC is now split into classes/modules and files - index now lists methods followed by their class, i.e. 'to_s (Symbol)' * Multiple minor enhancements: * fixed issue when klass.superclass is nil * moved file metadata into documentation div for single column layout * moved class metadata into documentation div for single column layout * removed method list from index page. takes a long time to load on ruby-core and stdlib. (plus the data is given in the CHM TOC and index). * added classindex and fileindex pages * Readme fixes * udpated TOC from "Classes" to "Classes/Modules" * TOC uses method.pretty_name instead of method.name * added hidden img tags to index.rhtml so the html help compiler will find image files * fixes to chm project and contents files * Readme corrections