puppet-strings/spec/unit/puppet_x/puppetlabs/strings/yard
Ian Kronquist 7814eeaf3c (PDOC-54) Providers & Types w/same name conflict
If a provider and a type with the same name conflict strings will overwrite the
documentation of one of them with the other. That is if both a provider and a
type are named apt_key, strings will write the type to doc/apt_key.html and the
provider to doc/apt_key.html. The fix is to write the provider to
doc/apt_key_provider.html and the type to doc/apt_key_type.html.
2015-09-16 16:47:59 -07:00
..
examples (PDOC-38) Prevent warnings from being issued twice 2015-09-04 14:45:08 -07:00
defined_type_handler_spec.rb (PDOC-30) Fix Markdown parsing lists parsing 2015-07-16 11:50:52 -07:00
host_class_handler_spec.rb (PDOC-49) Improve warnings 2015-09-11 14:30:14 -07:00
puppet_3x_function_handler_spec.rb (PDOC-27) Don't require options for 3x functions 2015-02-12 14:22:53 -08:00
puppet_4x_function_handler_spec.rb (PDOC-49) Improve warnings 2015-09-11 14:30:14 -07:00
template_helper_spec.rb (PDOC-49) Improve warnings 2015-09-11 14:30:14 -07:00
type_handler_spec.rb (PDOC-54) Providers & Types w/same name conflict 2015-09-16 16:47:59 -07:00