mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
parent
d10642ef0f
commit
86d6359065
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user