added block comments (#4743)

This commit is contained in:
KIM Taegyoon 2023-09-08 14:32:43 +09:00 committed by GitHub
parent 78f4c87f81
commit 4635601b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,9 @@ Rust not only fast, but also easy and efficient to code in.
// This is a comment. Line comments look like this...
// and extend multiple lines like this.
/* Block comments
/* can be nested. */ */
/// Documentation comments look like this and support markdown notation.
/// # Examples
///