[F] markDeprecated
function markDeprecated(   program,   type,   details): void;Mark the given type as deprecated with the provided details.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | Program | 
| type | Type | Type | 
| details | DeprecationDetails | Details of the deprecation | 
Returns
Section titled “Returns”void