File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ modules that occupy a source file.
5656
5757The character ` U+000D ` (CR) is not allowed in doc comments.
5858
59- It is conventional for doc comments to contain Markdown, as expected by
60- ` rustdoc ` . However, the comment syntax does not respect any internal Markdown.
61- `` /** `glob = "*/*.rs";` */ `` terminates the comment at the first ` */ ` , and the
62- remaining code would cause a syntax error. This slightly limits the content of
63- block doc comments compared to line doc comments.
59+ > ** Note ** : It is conventional for doc comments to contain Markdown, as expected by
60+ > ` rustdoc ` . However, the comment syntax does not respect any internal Markdown.
61+ > `` /** `glob = "*/*.rs";` */ `` terminates the comment at the first ` */ ` , and the
62+ > remaining code would cause a syntax error. This slightly limits the content of
63+ > block doc comments compared to line doc comments.
6464
6565> ** Note** : The sequence ` U+000D ` (CR) immediately followed by ` U+000A ` (LF) would have been previously transformed into a single ` U+000A ` (LF).
6666
You can’t perform that action at this time.
0 commit comments