Skip to content

Commit 55c7be5

Browse files
authored
Link to the Rustdoc book in the rustdoc chapter (#981)
This makes a) makes it easier to find info about rustdoc's features and b) redirects people in the wrong place to where they should be looking.
1 parent af2aa99 commit 55c7be5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustdoc.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Rustdoc actually uses the rustc internals directly. It lives in-tree with the
44
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/).
57

68
Rustdoc is implemented entirely within the crate [`librustdoc`][rd]. It runs
79
the compiler up to the point where we have an internal representation of a

0 commit comments

Comments
 (0)