Open nums opened 4 months ago
More link between object and array when object in $ref
for an object: @property {MyCustomObject} [customProp] description
for an array: @property {MyCustomObject[]} [customProp] description
Thanks for the contribution @nums. Can you lint and add a test?
More link between object and array when object in $ref
for an object: @property {MyCustomObject} [customProp] description
for an array: @property {MyCustomObject[]} [customProp] description