diff --git a/src/meta/doc.md b/src/meta/doc.md index 4aa2cbf0cc..a3cc4b73b1 100644 --- a/src/meta/doc.md +++ b/src/meta/doc.md @@ -65,6 +65,8 @@ $ rustc doc.rs --crate-type lib $ rustdoc --test --extern doc="libdoc.rlib" doc.rs ``` +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/). + ### See also: * [The Rust Book: Making Useful Documentation Comments][book]