Issue #2882 has been updated by Brice Figureau. Category set to documentation Status changed from Unreviewed to Duplicate Assigned to set to Brice Figureau
This will be fixed in 0.25.2, duplicate of #2784 ---------------------------------------- Bug #2882: puppetdoc RDOC ignores single class includes http://projects.reductivelabs.com/issues/2882 Author: Daniel Mahlow Status: Duplicate Priority: Low Assigned to: Brice Figureau Category: documentation Target version: Affected version: 0.25.1 Keywords: Branch: Classes consisting of only a *single include statement* don't show up correctly on the *RDOC* documentation pages. For example: This class' RDOC page correctly displays a resource and an include: <pre><code class="ruby"> class foobar { include bar file { "foo": content => "bar" } } </code></pre> This class' RDOC page will be empty, despite having an include statement: <pre><code class="ruby"> class foobar { include bar } </pre> This only applies to include statements, e.g. a singular resource will be displayed correctly. -- 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.
