From 62e08c7125750ed0a39ff29059264397a2ed0b0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Wed, 22 Jun 2022 09:52:53 +0200 Subject: [PATCH] Generate docs --- REFERENCE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 REFERENCE.md diff --git a/REFERENCE.md b/REFERENCE.md new file mode 100644 index 0000000..7cca329 --- /dev/null +++ b/REFERENCE.md @@ -0,0 +1,21 @@ +# Reference + + + +## Table of Contents + +### Data types + +* [`Stringstest::Comments`](#stringstestcomments): testing comments in a data type + +## Data types + +### `Stringstest::Comments` + +testing comments in a data type + +Alias of `Struct[{ + # this is a comment + 'comment' => String, +}]` + -- 2.39.2