We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10642e commit 86d6359Copy full SHA for 86d6359
src/doc/guide.md
@@ -884,9 +884,8 @@ fn hello(name: &str) {
884
When writing doc comments, adding sections for any arguments, return values,
885
and providing some examples of usage is very, very helpful.
886
887
-You can use the `rustdoc` tool to generate HTML documentation from these doc
888
-comments. We will talk more about `rustdoc` when we get to modules, as
889
-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.
890
891
# Compound Data Types
892
0 commit comments