X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/acaf88ad7dda1e7709729a8fd9c44417b78fe3a3..888d5e58c8cff289ff56a9282608c153b402191c:/doc/runtime.tex diff --git a/doc/runtime.tex b/doc/runtime.tex index b357f75..0490763 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -572,11 +572,12 @@ particular keyword argument. kw_unkhook = oldunk; \- @\\ \\ \} while (0) \\+ - /* Example of use */ \\ + @/* Example of use */ \\ int f; \\ KW_TEST(f, somefunc(1, "two", 3, KWARGS_TEST("shiny", 68.7))); \\ - /\=* now f is nonzero if `somefunc' accepts the `shiny' keyword \+ \\ - {}* (which we hope wants a double argument) \\ + /\=* \comment{now @|f| is nonzero if @|somefunc| accepts the + @|shiny| keyword} \+ \\ + {}* \comment{(which we hope wants a @|double| argument)} \\ {}*/ \end{prog}