Class RDoc::Generator::CHM
In: lib/rdoc/generator/chm.rb
Parent: RDoc::Generator::HTML

Methods

Classes and Modules

Module RDoc::Generator::CHM::CHM

Constants

HHC_PATH = "c:/Program Files/HTML Help Workshop/hhc.exe"

Public Class methods

Standard generator factory

Public Instance methods

Invoke the windows help compiler to compiler the project

The contents is a list of all files and modules. For each we include as sub-entries the list of methods they contain. As we build the contents we also build an index file

The project contains the project file, a table of contents and an index

The project file links together all the various files that go to make up the help.

Generate the html as normal, then wrap it in a help project

[Validate]

ruby-doc.org is hosted and maintained by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. The site was created in 2002 as part of the Ruby Documentation Project to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.