Skip to content

Commit 2dd5192

Browse files
committed
rollup merge of rust-lang#20247: steveklabnik/gh20088
Fixes rust-lang#20088
2 parents 520cdcb + 86d6359 commit 2dd5192

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,9 +889,8 @@ fn hello(name: &str) {
889889
When writing doc comments, adding sections for any arguments, return values,
890890
and providing some examples of usage is very, very helpful.
891891

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.
892+
You can use the [`rustdoc`](rustdoc.html) tool to generate HTML documentation
893+
from these doc comments.
895894

896895
# Compound Data Types
897896

0 commit comments

Comments
 (0)