Lines Matching refs:comment
37 comment?: CommentData,
42 const { type, parameters, comment: signatureComment } = signatures[0];
54 <APISectionDeprecationNote comment={comment} />
57 comment={signatureComment}
65 const defaultTag = getTagData('default', comment);
70 <APISectionDeprecationNote comment={comment} />
72 comment={comment}
85 comment,
89 const defaultTag = getTagData('default', comment);
102 <Cell fitContent>{renderInterfaceComment(comment, signatures, initValue)}</Cell>
110 comment,
122 <APISectionDeprecationNote comment={comment} />
123 <APISectionPlatformTags comment={comment} prefix="Only for:" />
124 <H3Code tags={getTagNamesList(comment)}>
135 <CommentTextBlock comment={comment} includePlatforms={false} />