summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/command_line/puppetdoc
Commit message (Collapse)AuthorAgeFilesLines
* Maint: move puppet doc --helpJesse Wolfe2011-02-031-67/+0
|
* Fixes #5916 - Cleanup of unused doc methods and documentationJames Turnbull2011-01-171-2/+2
|
* Renamed Reductive to PuppetJames Turnbull2010-11-291-2/+2
| | | | I swear I've done this before. *confused*
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-5/+5
|
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-091-0/+67
Since it is no longer possible to find the running executable from the call stack, docs have to be kept somewhere in the source tree. Of course, at this point, we shouldn't be using RDoc::Usage at all.