We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81428c1 commit 399d543Copy full SHA for 399d543
src/building/compiler-documenting.md
@@ -2,10 +2,10 @@
2
3
You might want to build documentation of the various components
4
available like the standard library. There’s two ways to go about this.
5
- You can run rustdoc directly on the file to make sure the HTML is
6
- correct, which is fast. Alternatively, you can build the documentation
7
- as part of the build process through x.py. Both are viable methods
8
- since documentation is more about the content.
+You can run rustdoc directly on the file to make sure the HTML is
+correct, which is fast. Alternatively, you can build the documentation
+as part of the build process through x.py. Both are viable methods
+since documentation is more about the content.
9
10
## Document everything
11
0 commit comments