Class | Gem::DocManager |
In: |
lib/rubygems/doc_manager.rb
|
Parent: | Object |
Create a document manager for the given gem spec.
spec: | The Gem::Specification object representing the gem. |
rdoc_args: | Optional arguments for RDoc (template etc.) as a String. |
Generate the RDoc documents for this gem spec.
Note that if both RI and RDoc documents are generated from the same process, the RI docs should be done first (a likely bug in RDoc will cause RI docs generation to fail if run after RDoc).