diff options
| author | 2024-09-01 13:58:22 -0500 | |
|---|---|---|
| committer | 2024-09-01 13:58:22 -0500 | |
| commit | e93ce380d21da3c5ef4ef92da6198549a3ff3505 (patch) | |
| tree | 82fabc93fb42c3055ed2fc799647f2a453e5aba8 /doc | |
| parent | Include all modules in init.janet (diff) | |
Add additional doc pages for c modules
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/cmath.mdz | 7 | ||||
| -rw-r--r-- | doc/api/json.mdz | 9 | ||||
| -rw-r--r-- | doc/api/rawterm.mdz | 9 | ||||
| -rw-r--r-- | doc/api/tarray.mdz | 8 | ||||
| -rw-r--r-- | doc/api/utf8.mdz | 9 |
5 files changed, 42 insertions, 0 deletions
diff --git a/doc/api/cmath.mdz b/doc/api/cmath.mdz new file mode 100644 index 0000000..657d654 --- /dev/null +++ b/doc/api/cmath.mdz @@ -0,0 +1,7 @@ +{:title "cmath" + :template "mdzdoc/main.html"} + --- + +## Reference + +@api-docs[../../build/spork/cmath] diff --git a/doc/api/json.mdz b/doc/api/json.mdz new file mode 100644 index 0000000..4cdac25 --- /dev/null +++ b/doc/api/json.mdz @@ -0,0 +1,9 @@ +{:title "json" + :template "mdzdoc/main.html"} + --- + +# JSON + +## Reference + +@api-docs[../../build/spork/json] diff --git a/doc/api/rawterm.mdz b/doc/api/rawterm.mdz new file mode 100644 index 0000000..8ea3fa8 --- /dev/null +++ b/doc/api/rawterm.mdz @@ -0,0 +1,9 @@ +{:title "rawterm" + :template "mdzdoc/main.html"} + --- + +# Raw Terminal + +## Reference + +@api-docs[../../build/spork/rawterm] diff --git a/doc/api/tarray.mdz b/doc/api/tarray.mdz new file mode 100644 index 0000000..9d7956c --- /dev/null +++ b/doc/api/tarray.mdz @@ -0,0 +1,8 @@ +{:title "tarray" + :template "mdzdoc/main.html"} + --- + +# Typed Array + +Typed array abstract type. + diff --git a/doc/api/utf8.mdz b/doc/api/utf8.mdz new file mode 100644 index 0000000..975b691 --- /dev/null +++ b/doc/api/utf8.mdz @@ -0,0 +1,9 @@ +{:title "utf8" + :template "mdzdoc/main.html"} + --- + +# UTF-8 + +## Reference + +@api-docs[../../build/spork/utf8] |
