puppet-strings/lib/puppet_x/puppetlabs/strings/yard/handlers
Ian Kronquist d2c178b59c (PDOC-52) Register docstring after object
In a Puppet type if the user documents a parameter with the directive, then
Yard will read the parameter and think there is an empty docstring there. This
will overwrite the docstring we extracted.
The fix is simple -- overwrite our docstring with theirs, if our docstring
exists at all.
2015-09-15 09:55:50 -07:00
..
base.rb (PDOC-25) Fix mangled puppet namespaces 2015-03-12 16:51:00 -07:00
defined_type_handler.rb (PDOC-19) Parse type information for defined types 2015-07-28 13:27:28 -07:00
heredoc_helper.rb (PDOC-35) First pass at documenting providers 2015-09-09 14:35:02 -07:00
host_class_handler.rb (PDOC-21) Only create HostClass parameters once 2015-08-12 10:18:31 -07:00
provider_handler.rb (PDOC-35) Fix formatting from Nick's suggestions 2015-09-09 15:27:50 -07:00
puppet_3x_function_handler.rb (PDOC-35) First pass at documenting providers 2015-09-09 14:35:02 -07:00
puppet_4x_function_handler.rb (PDOC-45) Puppet 4x functions handle unusual names 2015-09-01 15:31:13 -07:00
type_handler.rb (PDOC-52) Register docstring after object 2015-09-15 09:55:50 -07:00