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/clist_api.md | |
| parent | b4fe781e2caeed3f0dec670def76df9bf4cefc95 (diff) | |
| download | STC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.tar.gz STC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.zip | |
Updates outdated docs.
Diffstat (limited to 'docs/clist_api.md')
| -rw-r--r-- | docs/clist_api.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md index b1e009e7..f6772aa0 100644 --- a/docs/clist_api.md +++ b/docs/clist_api.md @@ -24,8 +24,7 @@ using_clist(X, Value, valueCompareRaw, valueDestroy, valueFromRaw, valueToRaw, R using_clist_str() ``` -The macro `using_clist()` can be instantiated with 2, 3, 5, or 7 arguments in the global scope. -Default values are given above for args not specified. `X` is a type tag name and +The macro `using_clist()` must be instantiated in the global scope. `X` is a type tag name and will affect the names of all clist types and methods. E.g. declaring `using_clist(my, int);`, `X` should be replaced by `my` in all of the following documentation. `using_clist_str()` is a shorthand for ```c |
