Skip to content

[F] getDocData

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

ParameterTypeDescription
programProgramProgram
targetTypeType

Returns

undefined | DocData

Doc data with source information.