From a23cff0886f284f33622bce2bddf42b30d006438 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 18:21:56 +0200 Subject: Add docs on virtual space --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 1d3cedc..a2c3344 100644 --- a/readme.md +++ b/readme.md @@ -68,7 +68,6 @@ cargo doc --document-private-items #### Docs -- [ ] (1) Add docs for virtual spaces - [ ] (1) Add docs to `subtokenize.rs` - [ ] (1) Add docs for `link.rs` - [ ] (1) Add docs for token types @@ -234,6 +233,7 @@ cargo doc --document-private-items - [x] (1) Configurable tokens (destination, label, title) - [x] (1) Configurable limit (destination) - [x] (1) Add docs for `default_line_ending` +- [x] (1) Add docs for virtual spaces ### Extensions -- cgit