puppet-strings/spec
Will Hopper 165170c08b (PDOC-155) Allow type documentation in Puppet 4 code
Because Puppet 4 is typed, parameter type information can
be automatically determined without any explicit documentation
in @param tags. However, users may desire to do so anyway for
consistency. This commit allows @param tags to include a [type]
in Puppet 4 code. Strings will emit a warning if the documented
type does not match the actual type. In such an event, the incorrect
documented type will be ignored in favor of the real one.
2017-01-10 13:59:38 -08:00
..
acceptance (PDOC-125) Update JSON acceptance test with signatures changes 2016-11-15 11:01:12 -08:00
fixtures (PDOC-125) Update JSON schema to reflect addition of `signatures` 2016-11-14 13:22:42 -08:00
unit/puppet-strings (PDOC-155) Allow type documentation in Puppet 4 code 2017-01-10 13:59:38 -08:00
spec_helper.rb (PDOC-136) Detect return type syntax in Puppet language functions 2016-11-11 14:47:35 -08:00
spec_helper_acceptance.rb (maint) Add acceptance libdir and Util helper module 2016-09-30 16:35:32 -07:00