Skip to content

Commit 8e253cb

Browse files
authored
Merge pull request #1322 from jsjoeio/jsjoeio/108-add-std-sentence
feat: add sentence about rustdoc & std library
2 parents 7b12b4d + 4aae06a commit 8e253cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/meta/doc.md

+2
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)