puppet-strings/lib/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
..
code_objects (PDOC-35) Document types & providers separately 2015-09-09 14:35:45 -07:00
core_ext (PDOC-25) Fix mangled puppet namespaces 2015-03-12 16:51:00 -07:00
handlers (PDOC-54) Providers & Types w/same name conflict 2015-09-16 16:47:59 -07:00
tags (PDOC-53) Handle directives with no types 2015-09-15 09:57:46 -07:00
templates/default (PDOC-54) Providers & Types w/same name conflict 2015-09-16 16:47:59 -07:00
monkey_patches.rb (PDOC-35) Document types & providers separately 2015-09-09 14:35:45 -07:00
parser.rb (PDOC-35) Dispatch handlers in correct order 2015-07-21 15:15:30 -07:00