summaryrefslogtreecommitdiffhomepage
path: root/docs/csset_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-21 09:56:57 +0200
committerTyge Løvset <[email protected]>2021-09-21 09:56:57 +0200
commitb31765540d40675665d8a58f5fa4d1e23dd5ba64 (patch)
treea164d33d40a53a36605362c05ad0f84098a6befb /docs/csset_api.md
parented62ea868e505d5773d583f4a09c32b13f00c180 (diff)
downloadSTC-modified-b31765540d40675665d8a58f5fa4d1e23dd5ba64.tar.gz
STC-modified-b31765540d40675665d8a58f5fa4d1e23dd5ba64.zip
Fixed input args documentation. Fixed carr2 and carr3 clone functions.
Diffstat (limited to 'docs/csset_api.md')
-rw-r--r--docs/csset_api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md
index 83774b37..f15d3a25 100644
--- a/docs/csset_api.md
+++ b/docs/csset_api.md
@@ -58,10 +58,10 @@ csset_X_value_t csset_X_value_clone(csset_X_value_t val);
| Type name | Type definition | Used to represent... |
|:---------------------|:--------------------------------------------------|:----------------------------|
| `csset_X` | `struct { ... }` | The csset type |
-| `csset_X_rawkey_t` | `RawKey` | The raw key type |
-| `csset_X_rawvalue_t` | `csset_X_rawkey_t` | The raw key type |
-| `csset_X_key_t` | `Key` | The key type |
-| `csset_X_value_t` | `const Key` | The value: key is immutable |
+| `csset_X_rawkey_t` | `i_rawkey` | The raw key type |
+| `csset_X_rawvalue_t` | `i_rawkey` | The raw key type |
+| `csset_X_key_t` | `i_key` | The key type |
+| `csset_X_value_t` | `i_key ` | The value: key is immutable |
| `csset_X_result_t` | `struct { csset_X_value_t* ref; bool inserted; }` | Result of insert/emplace |
| `csset_X_iter_t` | `struct { csset_X_value_t *ref; ... }` | Iterator type |