We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb9b4a3 + 555eefb commit c93f25fCopy full SHA for c93f25f
Documentation/rust/quick-start.rst
@@ -125,6 +125,18 @@ the component manually::
125
The standalone installers also come with ``clippy``.
126
127
128
+rustdoc
129
+*******
130
+
131
+If you install the ``rustdoc`` tool, then you will be able to generate pretty
132
+HTML documentation for Rust code, including for the libraries (crates) inside
133
+``rust/`` that are used by the rest of the kernel (for details, please see
134
+:ref:`Documentation/rust/docs.rst <rust_docs>`).
135
136
+If you are using ``rustup``, all the profiles already install the tool,
137
+so you should be good to go. The standalone installers also come with ``rustdoc``.
138
139
140
rust-analyzer
141
*************
142
0 commit comments