From 86d63590654927f900bd69e70099bf60ed5450ff Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 26 Dec 2014 15:43:23 -0500 Subject: [PATCH] Don't promise that we talk about Rustdoc more Fixes #20088 --- src/doc/guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 22cbd18a86520..75caaef8d1b56 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -884,9 +884,8 @@ fn hello(name: &str) { When writing doc comments, adding sections for any arguments, return values, and providing some examples of usage is very, very helpful. -You can use the `rustdoc` tool to generate HTML documentation from these doc -comments. We will talk more about `rustdoc` when we get to modules, as -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. # Compound Data Types