summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-01 09:07:58 +0100
committerTyge Løvset <[email protected]>2020-12-01 09:07:58 +0100
commit1a48e4b33f6d658bc167723a87cf0a399375e89c (patch)
treede35dac591e30074dd247ba65704945bfe75605c /docs/cvec_api.md
parent200a539df68c321eb8678cc1d35a75832c2b738b (diff)
downloadSTC-modified-1a48e4b33f6d658bc167723a87cf0a399375e89c.tar.gz
STC-modified-1a48e4b33f6d658bc167723a87cf0a399375e89c.zip
Fixed docs, some minor changes in cstr.h and cmap.h as well.
Diffstat (limited to 'docs/cvec_api.md')
-rw-r--r--docs/cvec_api.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md
index 1d521b55..7c8039ed 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -1,6 +1,4 @@
-# Introduction
-
-UNDER CONSTRUCTION!
+# Container type cvec
This describes the API of vector type **cvec**.
@@ -27,10 +25,10 @@ be replaced by `my` in all of the following documentation.
| Type name | Type definition | Used to represent... |
|:---------------------|:---------------------------------------|:------------------------------------|
| `cvec_X` | `struct { cvec_X_value_t* data; }` | The cvec type |
-| `cvec_X_value_t` | `Value` | The cvec element type |
-| `cvec_X_input_t` | `cvec_X_value_t` | cvec input type |
-| `cvec_X_rawvalue_t` | `RawValue` | cvec raw value type |
-| `cvec_X_iter_t` | `struct { cvec_X_value_t* val; }` | cvec iterator |
+| `cvec_X_value_t` | `Value` | The cvec value type |
+| `cvec_X_input_t` | `cvec_X_value_t` | The input type |
+| `cvec_X_rawvalue_t` | `RawValue` | The raw value type |
+| `cvec_X_iter_t` | `struct { cvec_X_value_t* val; }` | The iterator |
## Constants and macros