From d05737c48813a077976da385d8922f3b17400b80 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 22 Feb 2021 14:37:45 +0100 Subject: Minor map doc fix and cleanups. --- docs/cstack_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/cstack_api.md') diff --git a/docs/cstack_api.md b/docs/cstack_api.md index 37b21497..34d03c8e 100644 --- a/docs/cstack_api.md +++ b/docs/cstack_api.md @@ -12,8 +12,8 @@ using_cstack(X, ctype) ``` The macro `using_cstack()` must be instantiated in the global scope. **cstack** uses normally a **cvec_X** or **cdeq_X** type as underlying implementation, given as `ctype`. `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);`, -`X` should be replaced by `my` in all of the following documentation. +affect the names of all cstack types and methods. E.g. declaring `using_cstack(i, cvec_i);`, +`X` should be replaced by `i` in all of the following documentation. ## Header file -- cgit v1.2.3