RDoc_CHM

DESCRIPTION:

A Microsoft Compiled HTML Help generator for RDoc.

FEATURES/PROBLEMS:

SYNOPSIS:

gem 'rdoc'
require 'rdoc/rdoc'

RDoc::RDoc.new.document "-f chm", # ... see RDoc

Or at the command line:

rdoc --fmt chm

REQUIREMENTS:

INSTALL:

  • gem install rdoc_chm

LICENSE:

RDoc is Copyright (c) 2001-2003 Dave Thomas, The Pragmatic Programmers. It is free software, and may be redistributed under the terms specified in the README file of the Ruby distribution.