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 72497d5 commit 94f3c1eCopy full SHA for 94f3c1e
src/doc/reference/src/comments.md
@@ -5,7 +5,7 @@ block (`/* ... */`) comment forms. Nested block comments are supported.
5
6
Line comments beginning with exactly _three_ slashes (`///`), and block
7
comments (`/** ... */`), are interpreted as a special syntax for `doc`
8
-[attributes](#attributes). That is, they are equivalent to writing
+[attributes]. That is, they are equivalent to writing
9
`#[doc="..."]` around the body of the comment, i.e., `/// Foo` turns into
10
`#[doc="Foo"]`.
11
@@ -16,3 +16,5 @@ the body of the comment. `//!` comments are usually used to document
16
modules that occupy a source file.
17
18
Non-doc comments are interpreted as a form of whitespace.
19
+
20
+[attributes]: attributes.html
0 commit comments