From c4e6b58b832b30f859144bd7bfc6d6b88adcaf6f Mon Sep 17 00:00:00 2001 From: sunface Date: Tue, 15 Mar 2022 15:49:36 +0800 Subject: [PATCH] add chapter [Docs and Comments] --- ChangeLog.md | 4 ++++ practices/doc-comments/Readme.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 practices/doc-comments/Readme.md diff --git a/ChangeLog.md b/ChangeLog.md index e6334b3..e4cc55d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +### 2022-03-15 + +- Add [Comments and Docs](https://practice.rs/comments-docs.html) + ### 2022-03-14 - Add [Package and Crate](https://practice.rs/crate-module/crate.html) diff --git a/practices/doc-comments/Readme.md b/practices/doc-comments/Readme.md new file mode 100644 index 0000000..0614e3a --- /dev/null +++ b/practices/doc-comments/Readme.md @@ -0,0 +1,2 @@ +## Doc comments +A practice project used in [Comments and Docs](https://practice.rs/comments-docs.html) chapter.