File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Rustdoc actually uses the rustc internals directly. It lives in-tree with the
44compiler and standard library. This chapter is about how it works.
55For information about Rustdoc's features and how to use them, see
66the [ Rustdoc book] ( https://doc.rust-lang.org/nightly/rustdoc/ ) .
7- For more details about how rustdoc works, see the [ "Rustdoc internals" chapter] .
7+ For more details about how rustdoc works, see the
8+ [ "Rustdoc internals" chapter] [ Rustdoc internals ] .
89
9- [ " Rustdoc internals" chapter ] : ./rustdoc-internals.md
10+ [ Rustdoc internals ] : ./rustdoc-internals.md
1011
1112Rustdoc is implemented entirely within the crate [ ` librustdoc ` ] [ rd ] . It runs
1213the compiler up to the point where we have an internal representation of a
@@ -47,7 +48,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
4748 bundle is meant to be used as though you would copy out the ` doc ` folder to
4849 a web server, since that's where the CSS/JS and landing page are.
4950* Use ` x.py test src/test/rustdoc* ` to run the tests using a stage1 rustdoc.
50- * See [ rustdoc internals] for more information about tests.
51+ * See [ Rustdoc internals] for more information about tests.
5152* Most of the HTML printing code is in ` html/format.rs ` and ` html/render.rs ` .
5253 It's in a bunch of ` fmt::Display ` implementations and supplementary
5354 functions.
You can’t perform that action at this time.
0 commit comments