We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1671b9b commit 0adda45Copy full SHA for 0adda45
src/doc/trpl/documentation.md
@@ -33,8 +33,10 @@ pub fn new(value: T) -> Rc<T> {
33
```
34
35
This code generates documentation that looks [like this][rc-new]. I've left the
36
-implementation out, with a regular comment in its place. That's the first thing
37
-to notice about this annotation: it uses `///`, instead of `//`. The triple slash
+implementation out, with a regular comment in its place.
+
38
+The first thing to notice about this annotation is that it uses
39
+`///` instead of `//`. The triple slash
40
indicates a documentation comment.
41
42
Documentation comments are written in Markdown.
0 commit comments