puppet-strings/spec/unit/puppet-strings
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
..
markdown remove displayed tag business 2018-02-26 13:50:19 -08:00
yard (PDOC-229) fix error with return_type and @return 2018-03-29 08:48:52 -07:00
json_spec.rb Merge pull request #164 from eputnam/update_travis 2018-03-22 13:35:29 -07:00
markdown_spec.rb Merge pull request #164 from eputnam/update_travis 2018-03-22 13:35:29 -07:00