diff options
| author | Tyge Løvset <[email protected]> | 2021-02-21 23:47:56 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-21 23:47:56 +0100 |
| commit | 73632edaa63b83b1f25bbcc41b5e0e8acf500ad2 (patch) | |
| tree | 97ae05e545c8ac7c89ad53e804fe14567f7b7435 /docs/csmap_api.md | |
| parent | b4fe781e2caeed3f0dec670def76df9bf4cefc95 (diff) | |
| download | STC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.tar.gz STC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.zip | |
Updates outdated docs.
Diffstat (limited to 'docs/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index ae1eb840..d404aa79 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -28,8 +28,7 @@ using_csmap_strval(X, Key, keyCompareRaw, keyDestroy, keyFromRaw, keyToRaw, RawK using_csmap_str(); // using_csmap(str, cstr, cstr, ...) ``` -The `using_csmap()` macro family must be instantiated in the global scope. -Default values are given above for args not specified. `X` is a type tag name and +The `using_csmap()` macro family must be instantiated in the global scope. `X` is a type tag name and will affect the names of all csmap types and methods. E.g. declaring `using_csmap(my, int);`, `X` should be replaced by `my` in all of the following documentation. |
