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/cqueue_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/cqueue_api.md')
| -rw-r--r-- | docs/cqueue_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index c5429ff6..40a0796f 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -12,7 +12,7 @@ using_cqueue(X, ctype) The macro `using_cqueue()` must be instantiated in the global scope. **cqueue** uses normally a **cdeq_X** or **clist_X** type as underlying implementation, given as `ctype`. See example below for usage. `X` is a type tag name and will affect the names of all cqueue types and methods. E.g. declaring -`using_cqueue(my, clist_my)`, `X` should be replaced by `my` in all of the following documentation. +`using_cqueue(i, clist_i)`, `X` should be replaced by `i` in all of the following documentation. ## Header file |
