diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-06-22 09:52:53 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-06-22 09:52:53 +0200 |
commit | 62e08c7125750ed0a39ff29059264397a2ed0b0b (patch) | |
tree | cd6a80fd838d38b3a17a33336d9f3de6249ad4e2 | |
parent | 24926353ab75ae0f9d2ff5f78c835fca3f7b7558 (diff) |
-rw-r--r-- | REFERENCE.md | 21 |
1 files changed, 21 insertions, 0 deletions
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 + +<!-- DO NOT EDIT: This document was generated by Puppet Strings --> + +## 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, +}]` + |