From edf90f5f2efce86830a6ddfbe4c6250d7aca93d5 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 13 Oct 2023 13:42:17 -0700 Subject: Update a1-04-interop.md (#3277) --- docs/user-guide/a1-04-interop.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/user-guide') diff --git a/docs/user-guide/a1-04-interop.md b/docs/user-guide/a1-04-interop.md index f33a48470..fea73d074 100644 --- a/docs/user-guide/a1-04-interop.md +++ b/docs/user-guide/a1-04-interop.md @@ -39,12 +39,12 @@ The `__intrinsic_asm` statement in `myPrint` serves as the definition for the fu | Macro | Expands to | |-----------|-------------| -| $ | Argument ``, starting from 0 | -| $T | Type of argument `` | -| $TR | The return type. | -| $N | The element count of argument ``, if the argument is a vector. | -| $S | The scalar type of argument ``, if the argument is a matrix or vector. | -| $* | Emit all arguments starting from `` as comma separated list | +| `$` | Argument ``, starting from 0 | +| `$T` | Type of argument `` | +| `$TR` | The return type. | +| `$N` | The element count of argument ``, if the argument is a vector. | +| `$S` | The scalar type of argument ``, if the argument is a matrix or vector. | +| `$*` | Emit all arguments starting from `` as comma separated list | ## Defining Intrinsic Types -- cgit v1.2.3