puppet-strings/lib
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
..
puppet (PDOC-224) Handle --emit-json(-stdout) again 2018-03-01 18:28:48 +01:00
puppet-strings (PDOC-229) fix error with return_type and @return 2018-03-29 08:48:52 -07:00
puppet-strings.rb (PDOC-206) support for Puppet Tasks 2018-03-19 11:37:00 -07:00