puppet-strings/lib/puppet_x/puppetlabs/strings/yard/templates/default
Ian Kronquist 11e016e81e (PDOC-38) Prevent warnings from being issued twice
Since we threw away all of Yard's warnings we are no longer checking that the
parameter names match for Ruby methods. Thus we need to override Yard's
method_details template with our own to trigger our warning function. However,
there's a catch. If this ruby method is in a Puppet 4x function, we don't want
our warning function to trigger because the user has already been warned. Look
in the registry to see if there is already a Puppet 4x function with the same
name registered.

Also, print errors to stderr instead of using log.warn.
2015-09-04 14:45:08 -07:00
..
definedtype (PDOC-21) Check mismatched types in defined types 2015-08-03 14:12:32 -07:00
fulldoc/html (PDOC-26) Rename Puppetx to PuppetX 2015-02-06 14:08:42 -08:00
hostclass (PDOC-21) Fix duplicate warnings for hostclasses 2015-08-19 10:47:32 -07:00
layout/html (PDOC-26) Rename Puppetx to PuppetX 2015-02-06 14:08:42 -08:00
method_details (PDOC-38) Prevent warnings from being issued twice 2015-09-04 14:45:08 -07:00
puppetnamespace (PDOC-38) Add parameter mismatch warnings for 4.x 2015-08-21 10:36:31 -07:00
html_helper.rb (maint) Fix typo in emitted html 2015-07-28 13:27:28 -07:00
template_helper.rb (PDOC-38) Prevent warnings from being issued twice 2015-09-04 14:45:08 -07:00