summaryrefslogtreecommitdiffhomepage
path: root/docs/cdeq_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-21 23:47:56 +0100
committerTyge Løvset <[email protected]>2021-02-21 23:47:56 +0100
commit73632edaa63b83b1f25bbcc41b5e0e8acf500ad2 (patch)
tree97ae05e545c8ac7c89ad53e804fe14567f7b7435 /docs/cdeq_api.md
parentb4fe781e2caeed3f0dec670def76df9bf4cefc95 (diff)
downloadSTC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.tar.gz
STC-modified-73632edaa63b83b1f25bbcc41b5e0e8acf500ad2.zip
Updates outdated docs.
Diffstat (limited to 'docs/cdeq_api.md')
-rw-r--r--docs/cdeq_api.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md
index 8fe8b4a8..fd42d295 100644
--- a/docs/cdeq_api.md
+++ b/docs/cdeq_api.md
@@ -15,8 +15,7 @@ using_cdeq(X, Value, valueCompareRaw, valueDestroy, valueFromRaw, valueToRaw, Ra
using_cdeq_str();
```
-The macro `using_cdeq()` can be instantiated with 2, 3, 5, or 7 arguments in the global scope.
-Defaults values are given above for args not specified. `X` is a type tag name and
+The macro `using_cdeq()` must be instantiated in the global scope. `X` is a type tag name and
will affect the names of all cdeq types and methods. E.g. declaring `using_cdeq(my, int);`, `X` should
be replaced by `my` in all of the following documentation.