diff options
| author | Tyge Løvset <[email protected]> | 2021-02-22 14:37:45 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-22 14:37:45 +0100 |
| commit | d05737c48813a077976da385d8922f3b17400b80 (patch) | |
| tree | 511a6686160053aeaef9d9868b6a7c8f413e9423 /docs/cmap_api.md | |
| parent | 23ec0fe83e8efbc3a758af4049ce990ee67ea47c (diff) | |
| download | STC-modified-d05737c48813a077976da385d8922f3b17400b80.tar.gz STC-modified-d05737c48813a077976da385d8922f3b17400b80.zip | |
Minor map doc fix and cleanups.
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 11397371..ec5d3dd1 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -30,8 +30,8 @@ using_cmap_strval(X, Key, keyEqualsRaw, keyHashRaw, keyDel, keyFromRaw, keyToRaw using_cmap_str() // using_cmap(str, cstr, cstr, ...) ``` The `using_cmap()` macro family must be instantiated in the global scope. `X` is a type tag name and -will affect the names of all cmap types and methods. E.g. declaring `using_cmap(my, int);`, `X` should -be replaced by `my` in all of the following documentation. +will affect the names of all cmap types and methods. E.g. declaring `using_cmap(ii, int, int);`, `X` should +be replaced by `ii` in all of the following documentation. ## Header file |
