Issue #2366 has been updated by Brice Figureau. Status changed from Ready for Testing to Ready for Checkin Assigned to changed from Brice Figureau to James Turnbull Target version set to 0.25.0
Hi James, Code has been approved. This bug can be closed when #2366 will be pushed. ---------------------------------------- Bug #2366: No puppetdoc for manifests/classes/*.pp that has a subclass http://projects.reductivelabs.com/issues/2366 Author: Alan Harder Status: Ready for Checkin Priority: Normal Assigned to: James Turnbull Category: documentation Target version: 0.25.0 Complexity: Medium Affected version: 0.24.8 Keywords: puppetdoc Using 0.24.8 on Solaris 10. Consider this manifests/classes/test.pp (site.pp has include "classes/*"). <pre> # Test class class test { # Test subclass class subclass { } } </pre> When puppetdoc is run (rdoc mode) the "Test class" content is not included. The page for test::subclass does show "Test subclass". I noticed on the "<Site>" page it now shows both a link for Module ::test and Class ::test, both going to the same page. A manifests/classes/*.pp with no subclasses just gets a "Class ::name" link and its page will show the content from its doc block. -- 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 -~----------~----~----~----~------~----~------~--~---
