summaryrefslogtreecommitdiffhomepage
path: root/docs/cptr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-22 14:37:45 +0100
committerTyge Løvset <[email protected]>2021-02-22 14:37:45 +0100
commitd05737c48813a077976da385d8922f3b17400b80 (patch)
tree511a6686160053aeaef9d9868b6a7c8f413e9423 /docs/cptr_api.md
parent23ec0fe83e8efbc3a758af4049ce990ee67ea47c (diff)
downloadSTC-modified-d05737c48813a077976da385d8922f3b17400b80.tar.gz
STC-modified-d05737c48813a077976da385d8922f3b17400b80.zip
Minor map doc fix and cleanups.
Diffstat (limited to 'docs/cptr_api.md')
-rw-r--r--docs/cptr_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md
index 23cb4d41..6ddca701 100644
--- a/docs/cptr_api.md
+++ b/docs/cptr_api.md
@@ -18,8 +18,8 @@ using_csptr(X, Value, valueCompare);
using_csptr(X, Value, valueCompare, valueDel);
```
The macro `using_cptr()` must be instantiated in the global scope. `X` is a type tag name and will
-affect the names of all cptr types and methods. E.g. declaring `using_cptr(my, cvec_my);`,
-`X` should be replaced by `my` in all of the following documentation.
+affect the names of all cptr types and methods. E.g. declaring `using_cptr(v4, Vec4);`,
+`X` should be replaced by `v4` in all of the following documentation.
## Header file