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

Methods

Classes and Modules

Module 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 a service of James Britt and Rising Tide Software, a Ruby application development company in Phoenix, AZ.

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.