[F] getReturnsDocData
function getReturnsDocData(program, target): undefined | DocData
Get the documentation information for the return success types of an operation. In most cases you probably just want to use getReturnsDoc
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | Program |
target | Operation | Type |
Returns
undefined
| DocData
Doc data with source information.