From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 (+0000) Subject: doc/runtime.tex: Highlight formal argument names. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/0ed1c8a933b5816d24e083b348fb3d7e29bf46b2 doc/runtime.tex: Highlight formal argument names. --- diff --git a/doc/runtime.tex b/doc/runtime.tex index 6f5c6be..c1b009f 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -150,7 +150,7 @@ client code. The following functions are provided in @|libsod|. \begin{describe}[sod_subclassp]{fun} - {int sod_subclassp(const SodClass *sub, const SodClass *super);} + {int sod_subclassp(const SodClass *@, const SodClass *@);} Decide whether one class @ is actually a subclass of another class @. @@ -163,7 +163,7 @@ The following functions are provided in @|libsod|. \end{describe} \begin{describe}[sod_convert]{fun} - {void *sod_convert(const SodClass *cls, const void *obj);} + {void *sod_convert(const SodClass *@, const void *@);} Performs general conversions (up-, down-, and cross-casts) on instance pointers.