Issue #2784 has been updated by Brice Figureau. Category set to documentation Status changed from Unreviewed to Accepted Assigned to set to Brice Figureau Target version set to Rowlf
Somehow the puppetdoc "parser" chokes when the class code is not an array, which is the case for mono-instruction node or class. Patch for 0.25.x is available in tickets/0.25.x/2784 in my github repository: http://github.com/masterzen/puppet/tree/tickets/0.25.x/2784 Patch for master is available in tickets/master/2784 (the code has diverged): http://github.com/masterzen/puppet/tree/tickets/master/2784 ---------------------------------------- Bug #2784: puppetdoc does not properly parse classes with only one include http://projects.reductivelabs.com/issues/2784 Author: Joe McDonagh Status: Accepted Priority: Normal Assigned to: Brice Figureau Category: documentation Target version: Rowlf Affected version: 0.25.1 Keywords: Branch: A class such as: class basenode_tmpl { include dummy, foo, bar } Will not properly parse and show empty stuff in the RDoc HTML. I've talked this over with Brice in the IRC channel. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
