summaryrefslogtreecommitdiffhomepage
path: root/docs/cstack_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-03 11:49:40 +0100
committerTyge Løvset <[email protected]>2020-12-03 11:49:40 +0100
commit1523925450d7385e19144be2ed616ee8dc7d1c27 (patch)
tree8801321b552dea396a4dbbdc4c59fff16cb55af1 /docs/cstack_api.md
parent0583a9cf43ed7f771e6ade5cadb9743b0b4b6c11 (diff)
downloadSTC-modified-1523925450d7385e19144be2ed616ee8dc7d1c27.tar.gz
STC-modified-1523925450d7385e19144be2ed616ee8dc7d1c27.zip
Even more docs fixes.
Diffstat (limited to 'docs/cstack_api.md')
-rw-r--r--docs/cstack_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md
index d6a0ae35..a442b30d 100644
--- a/docs/cstack_api.md
+++ b/docs/cstack_api.md
@@ -1,4 +1,4 @@
-# Container type cstack: Stack
+# Container cstack: Stack
This describes the API of the queue type **cstack**.
@@ -7,7 +7,7 @@ This describes the API of the queue type **cstack**.
```c
#define using_cstack(X, CType)
```
-The macro `using_cstack()` shall be instantiated in the global scope.
+The macro `using_cstack()` must be instantiated in the global scope.
**cstack** uses normally a **cvec** type as underlying implementation, given as CType.
Default values are given above for args not specified. `X` is a type tag name and
will affect the names of all cstack types and methods. E.g. declaring `using_cstack(my, cvec_my);`,