We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b12b4d + 4aae06a commit 8e253cbCopy full SHA for 8e253cb
src/meta/doc.md
@@ -65,6 +65,8 @@ $ rustc doc.rs --crate-type lib
65
$ rustdoc --test --extern doc="libdoc.rlib" doc.rs
66
```
67
68
+For documentation, `rustdoc` is widely used by the community. It's what is used to generate the [std library docs](https://doc.rust-lang.org/std/).
69
+
70
### See also:
71
72
* [The Rust Book: Making Useful Documentation Comments][book]
0 commit comments