File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Building documentation
22
33This chapter describes how to build documentation of toolchain components,
4- either in whole or individually .
4+ like the standard library (std) or the compiler (rustc) .
55
66- Document everything
77
88 This uses ` rustdoc ` from the beta toolchain,
99 so will produce (slightly) different output to stage 1 rustdoc,
10- as ` rustdoc ` is under active development:
10+ as rustdoc is under active development:
1111
1212 ``` bash
1313 ./x.py doc
@@ -20,8 +20,8 @@ either in whole or individually.
2020 ```
2121
2222 First,
23- the compiler and rustdoc get built to make sure everything is okay ,
24- and then it documents the files .
23+ the compiler gets built to make sure rustdoc compiles ,
24+ then that newly-built rustdoc is used to document the components .
2525
2626- Much like running individual tests or building specific components,
2727 you can build just the documentation you want:
You can’t perform that action at this time.
0 commit comments