mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
fix inner block doc comments
This commit is contained in:
parent
2d680ff93a
commit
e7a4b96d03
@ -66,7 +66,7 @@ const COMMENT_PREFIX_TO_KIND: &[(&str, CommentKind)] = {
|
||||
("///", CommentKind { shape: Line, doc: Some(Outer) }),
|
||||
("//!", CommentKind { shape: Line, doc: Some(Inner) }),
|
||||
("/**", CommentKind { shape: Block, doc: Some(Outer) }),
|
||||
("/**", CommentKind { shape: Block, doc: Some(Inner) }),
|
||||
("/*!", CommentKind { shape: Block, doc: Some(Inner) }),
|
||||
("//", CommentKind { shape: Line, doc: None }),
|
||||
("/*", CommentKind { shape: Block, doc: None }),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user