From 1523925450d7385e19144be2ed616ee8dc7d1c27 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 3 Dec 2020 11:49:40 +0100 Subject: Even more docs fixes. --- docs/cqueue_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/cqueue_api.md') diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index db8bd901..deab08f6 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -1,4 +1,4 @@ -# Container type cqueue: Queue +# Container cqueue: Queue This describes the API of the queue type **cqueue**. @@ -7,7 +7,7 @@ This describes the API of the queue type **cqueue**. ```c #define using_cqueue(X, CType) ``` -The macro `using_cqueue()` shall be instantiated in the global scope. +The macro `using_cqueue()` must be instantiated in the global scope. **cqueue** uses normally a **clist** 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 cqueue types and methods. E.g. declaring `using_cqueue(my, clist_my);`, -- cgit v1.2.3