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 520cdcb + 86d6359 commit 2dd5192Copy full SHA for 2dd5192
src/doc/guide.md
@@ -889,9 +889,8 @@ fn hello(name: &str) {
889
When writing doc comments, adding sections for any arguments, return values,
890
and providing some examples of usage is very, very helpful.
891
892
-You can use the `rustdoc` tool to generate HTML documentation from these doc
893
-comments. We will talk more about `rustdoc` when we get to modules, as
894
-generally, you want to export documentation for a full module.
+You can use the [`rustdoc`](rustdoc.html) tool to generate HTML documentation
+from these doc comments.
895
896
# Compound Data Types
897
0 commit comments