From d9596c6b3a4074efd337fd283e789865006adbc1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 31 Jul 2022 00:21:45 +0200 Subject: [PATCH] summary of chapter --- src/building/compiler-documenting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/building/compiler-documenting.md b/src/building/compiler-documenting.md index bc7bdc0f..7c52b4b8 100644 --- a/src/building/compiler-documenting.md +++ b/src/building/compiler-documenting.md @@ -1,8 +1,7 @@ # Building documentation -You can run `rustdoc` directly on a file to make sure the HTML is correct, -which runs quickly. -A more conventional way is using `/x.py doc`. +This chapter describes how to build documentation of toolchain components, +either in whole or individually. - Document everything