Skip to content

Commit 4aae06a

Browse files
author
Joe Previte
committed
feat: add sentence about rustdoc & std library
1 parent c49ae9e commit 4aae06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/meta/doc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ $ rustc doc.rs --crate-type lib
6565
$ rustdoc --test --extern doc="libdoc.rlib" doc.rs
6666
```
6767

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+
6870
### See also:
6971

7072
* [The Rust Book: Making Useful Documentation Comments][book]

0 commit comments

Comments
 (0)