puppet-strings/lib/puppetx/yardoc/yard
Charlie Sharpsteen a051319b34 Clobber YARD namespace proxies
When creating an object, YARD will split the object name using `::` and
recursively create proxy namespaces for each component. Unfortunately this
process is optimized for Ruby and somewhat mangles Puppet code as Puppet class
names are not capitalized.

For now, dispense with this behavior by implementing `HostClassObject.new`.
2014-05-26 17:55:43 -07:00
..
code_objects Clobber YARD namespace proxies 2014-05-26 17:55:43 -07:00
handlers Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00
templates/default Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00
code_objects.rb Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00
handlers.rb Add simple handlers 2014-05-22 23:45:08 -07:00
monkey_patches.rb Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00
parser.rb Re-work require statements 2014-05-24 16:46:37 -07:00
plugin.rb Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00