puppet-strings/lib
Ian Kronquist 7f4b81e77b (PDOC-53) Handle directives with no types
Parameter directives with no types will have `tag.type` set to nil. We cannot
append nil to an array, so instead, place it in the array and flatten the
array. If the property is empty the second entry in the array will be nil, as
we expect. If the `tag.type` is an array of types we will have and array with
the form:
	[tag.text, type1, type2, type3, ...]
2015-09-15 09:57:46 -07:00
..
puppet (PDOC-35) Document types & providers separately 2015-09-09 14:35:45 -07:00
puppet_x/puppetlabs (PDOC-53) Handle directives with no types 2015-09-15 09:57:46 -07:00