summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/rdoc/parser.rb
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-071-3/+3
|\
| * 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
* | 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-091-416/+416
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-15/+15
* 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'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-021-14/+31
* | 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 #2703 - add 'require' to puppetdocBrice Figureau2009-10-241-7/+7
|/
* Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classesBrice Figureau2009-07-301-1/+5
* 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
* Fix #1815 - puppetdoc --all crash on resource overrideBrice Figureau2008-12-101-1/+1
* Manifest documentation generationBrice Figureau2008-11-171-0/+437