summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-03 23:06:16 +0100
committerGitHub <[email protected]>2021-01-03 23:06:16 +0100
commit6d0d0e52bdf5012b84efd21b51337d956d704a96 (patch)
tree82dfa9014a99e383c4a0f5f1aac7b823731618e8 /docs
parent815dfc3e12f127d3c55438b0f784aa515e3812a5 (diff)
downloadSTC-modified-6d0d0e52bdf5012b84efd21b51337d956d704a96.tar.gz
STC-modified-6d0d0e52bdf5012b84efd21b51337d956d704a96.zip
Update cptr_api.md
Diffstat (limited to 'docs')
-rw-r--r--docs/cptr_api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md
index 1fa344ae..b6ea7324 100644
--- a/docs/cptr_api.md
+++ b/docs/cptr_api.md
@@ -19,7 +19,8 @@ Raw pointers and shared pointers (**csptr**) may be used as items of containers.
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.
-Note: for shared-ptr csptr, "cloning" is done by pointer sharing (ref counting), so valueClone is not required and ignored.
+
+Note: for shared-ptr **csptr**, "cloning" is done by pointer sharing (ref counting), so *valueClone* is not required and ignored.
Types