whitespace
This commit is contained in:
parent
8806ff7a72
commit
a1b8f5a26a
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
You might want to build documentation of the various components
|
You might want to build documentation of the various components
|
||||||
available like the standard library. There’s two ways to go about this.
|
available like the standard library. There’s two ways to go about this.
|
||||||
You can run rustdoc directly on the file to make sure the HTML is
|
You can run rustdoc directly on the file to make sure the HTML is
|
||||||
correct, which is fast. Alternatively, you can build the documentation
|
correct, which is fast. Alternatively, you can build the documentation
|
||||||
as part of the build process through x.py. Both are viable methods
|
as part of the build process through x.py. Both are viable methods
|
||||||
since documentation is more about the content.
|
since documentation is more about the content.
|
||||||
|
|
||||||
## Document everything
|
## Document everything
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue