Issue #2366 has been reported by Alan Harder.
----------------------------------------
Bug #2366: No puppetdoc for manifests/classes/*.pp that has a subclass
http://projects.reductivelabs.com/issues/2366
Author: Alan Harder
Status: Unreviewed
Priority: Normal
Assigned to:
Category: documentation
Target version:
Complexity: Unknown
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
-~----------~----~----~----~------~----~------~--~---