Skip to main content
Version: Next 🚧

[F] getDocData

function getDocData(program, target): DocData | undefined

Get the documentation information for the given type. In most cases you probably just want to use getDoc

Parameters

ParameterTypeDescription
programProgramProgram
targetTypeType

Returns

DocData | undefined

Doc data with source information.