Lines Matching refs:comment
59 ({ name, parameters, comment, type }: MethodSignatureData | TypeSignaturesData) => {
60 const returnComment = getTagData('returns', comment);
65 <APISectionDeprecationNote comment={comment} />
66 <APISectionPlatformTags comment={comment} prefix="Only for:" />
67 <HeaderComponent tags={getTagNamesList(comment)}>
78 <CommentTextBlock comment={comment} includePlatforms={false} />
123 comment,
133 comment: string;
140 comment?: string;
150 comment: {
151 summary: [{ kind: 'text', text: param.comment }],
162 comment: {
163 summary: [{ kind: 'text', text: comment }],