function getDocData(program, target): undefined | DocData;
Get the documentation information for the given type. In most cases you probably just want to use getDoc
Parameters
| Parameter | Type | Description | 
|---|
| program | Program | Program | 
| target | Type | Type | 
Returns
undefined | DocData
Doc data with source information.