[−][src]Function rustc_ap_rustc_ast::util::comments::block_doc_comment_style
pub fn block_doc_comment_style(
block_comment: &str,
terminated: bool
) -> Option<AttrStyle>
For a full block comment string returns its doc comment style if it's a doc comment
and returns None
if it's a regular comment.