puppet-strings/spec
Eric Putnam baf000b07e
(PDOC-229) fix error with return_type and @return
Currently, if the user is documenting a Puppet 4 type custom function and they try to use the return_type method without also including an @return tag, Strings will throw an error. This is caused by the function handler trying to add a type to a return tag on the function object that doesn't exist. To fix the problem, if you are using return_type, the handler will now add an empty return tag first if one does not exist.
2018-03-29 08:48:52 -07:00
..
acceptance (PDOC-224) Handle --emit-json(-stdout) again 2018-03-01 18:28:48 +01:00
fixtures (PDOC-206) support for Puppet Tasks 2018-03-19 11:37:00 -07:00
unit/puppet-strings (PDOC-229) fix error with return_type and @return 2018-03-29 08:48:52 -07:00
spec_helper.rb Merge pull request #156 from eputnam/pdoc184 2018-02-20 15:28:34 -08:00
spec_helper_acceptance.rb (PDOC-144) acceptance: fix windows pre-suite 2017-02-07 00:35:33 +00:00