summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with forward and backslashes in Windows pathsJosh Cooper2011-07-261-1/+3
* (#6820) Fix RDOC parser to work with Ruby 1.9Matt Robinson2011-03-231-3/+9
* (#4798) Make rdoc work if moduledir & manifestdir overlapMatt Robinson2011-03-081-1/+3
* Merge branch '2.6.next' into nextMatt Robinson2011-03-073-3/+60
|\
| * Merge remote branch 'brice/tickets/2.6.x/6267' into 2.6.nextJesse Wolfe2011-02-252-0/+57
| |\
| | * Fix #6267 - puppetdoc embedded links to puppet entities are not hyperlinkedBrice Figureau2011-02-122-0/+57
| * | Fix #6281 - Make sure puppetdoc analyzes all filesBrice Figureau2011-02-111-1/+3
| * | Fix #6280 - puppetdoc crashing on string interpolationBrice Figureau2011-02-111-2/+2
| |/
* | Merge commit '2.6.3' into nextPaul Berry2010-11-171-0/+6
|\|
| * Fix #4911 - Do not generate doc for standard RDoc parser generated objectBrice Figureau2010-11-101-0/+6
* | Partial merge to 2.6.2rc1 : Merge commit '574812e' into nextJesse Wolfe2010-10-041-10/+12
|\|
| * (#4860) Fix wrong method name.. params seems to be renamed to parametersSimon Effenberg2010-09-281-1/+1
* | Partial merge to 2.6.2rc1 : Merge commit '99c1019' into nextJesse Wolfe2010-10-041-9/+11
|\|
| * [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-221-6/+9
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-5/+9
|/
* Fix #4286 - rename puppetdoc global module <site> to __site__Brice Figureau2010-07-251-3/+5
* Code smell: Two space indentationMarkus Roberts2010-07-093-1367/+1367
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-092-33/+11
* Code smell: Use string interpolationMarkus Roberts2010-07-093-23/+23
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-11/+20
* Update RDoc parser to reflect change of custom plugin and fact locationsJames Turnbull2010-07-091-1/+1
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-1/+1
* Adapt to method name change since 8971d8Brice Figureau2010-01-181-3/+3
* Merge branch '0.25.x'James Turnbull2010-01-131-3/+5
|\
| * Fix #2831 - puppetdoc doesn't cope with regex nodeBrice Figureau2009-11-271-3/+5
* | Merge branch '0.25.x'Luke Kanies2009-12-211-3/+14
|\|
| * Fix #2784 - puppetdoc/rdoc didn't parse mono-instruction class contentBrice Figureau2009-11-121-0/+3
| * Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-121-3/+6
| * Fix #2795 - puppetdoc rdoc reports a better error messageBrice Figureau2009-11-121-13/+23
* | Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-3/+3
* | Fix 2841 - Puppetdoc/RDoc parses realize functionBrice Figureau2009-12-024-18/+66
* | Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-121-3/+6
* | Fix #2795 - puppetdoc rdoc reports a better error messageBrice Figureau2009-11-121-13/+23
* | Fix #2784 - puppetdoc/rdoc didn't parse mono-instruction class contentBrice Figureau2009-11-041-0/+3
* | Covers the RDoc Puppet Parser with specsBrice Figureau2009-10-241-5/+5
* | Fix #2376 - Display class/node inheritance in puppetdocBrice Figureau2009-10-243-1/+42
* | Fix #2703 - add 'require' to puppetdocBrice Figureau2009-10-244-22/+66
|/
* Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classesBrice Figureau2009-07-302-1/+9
* Fix #2454 - Definition named after a module don't show in puppetdocBrice Figureau2009-07-281-2/+0
* Fix #2453 - puppetdoc mixes long class names that look alikeBrice Figureau2009-07-281-2/+14
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-251-24/+5
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-241-3/+3
* Fix #2366 - puppetdoc was parsing classes in the wrong orderBrice Figureau2009-07-101-1/+2