We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2aa99 commit 55c7be5Copy full SHA for 55c7be5
src/rustdoc.md
@@ -2,6 +2,8 @@
2
3
Rustdoc actually uses the rustc internals directly. It lives in-tree with the
4
compiler and standard library. This chapter is about how it works.
5
+For information about Rustdoc's features and how to use them, see
6
+the [Rustdoc book](https://doc.rust-lang.org/nightly/rustdoc/).
7
8
Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs
9
the compiler up to the point where we have an internal representation of a
0 commit comments