Skip to content

Commit 26b30d3

Browse files
committed
Merge branch 'jsjoeio/108-doc-attribute-examples' of https://github.com/jsjoeio/rust-by-example into jsjoeio/108-doc-attribute-examples
2 parents 4324f2e + d72084b commit 26b30d3

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
@@ -104,6 +104,8 @@ Using this tells `rustdoc` not to include this in documentation:
104104
pub use self::async_await::*;
105105
```
106106

107+
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/).
108+
107109
### See also:
108110

109111
- [The Rust Book: Making Useful Documentation Comments][book]

0 commit comments

Comments
 (0)