Searched defs:CommentKind (Results 1 – 10 of 10) sorted by relevance
13 pub fn kind(&self) -> CommentKind { in kind()58 pub struct CommentKind { struct59 pub shape: CommentShape,60 pub doc: Option<CommentPlacement>,85 impl CommentKind { impl98 pub(crate) fn from_text(text: &str) -> CommentKind { in from_text()
129 pub fn doc_str_and_comment_kind(&self) -> Option<(Symbol, CommentKind)> { in doc_str_and_comment_kind() argument528 comment_kind: CommentKind, in mk_doc_comment()
456 pub fn strip_doc_comment_decoration(doc: &str, comment_kind: CommentKind, span: Span) -> (String, V… in strip_doc_comment_decoration()
354 comment_kind: CommentKind, in cook_doc_comment()
21 pub enum CommentKind { enum
188 comment_kind: CommentKind, in doc_comment_to_string()
1979 type CommentKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia; alias
5982 type CommentKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia; alias