summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/rdoc
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed extra whitespace from end of linesIan Taylor2009-06-063-19/+19
|
* Fix #1815 - puppetdoc --all crash on resource overrideBrice Figureau2008-12-101-1/+1
|
* Manifest documentation generationBrice Figureau2008-11-174-0/+2536
There is currently two type of documentation generation for manifests (module or modulepath): * RDoc HTML generation for modules and global manifests * console output for sole manifest Both version handles classes, defines, nodes, global variable assignements, and resources when --all is used. The usage is the following: For the rdoc variant: $ puppetdoc --mode rdoc --outputdir doc It uses the puppet.conf configuration file to get the modulepath and manifestdir settings. Those are overridable on the command line with --modulepath and --manifestdir. For the console output version: $ puppetdoc /path/to/manifests Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>