X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b885da9c18bf1db66978000f3542b69286165864..5eeb83d2b620e77000ab77269faa974007c9ff28:/doc/structures.tex diff --git a/doc/structures.tex b/doc/structures.tex index d24fbeb..242d199 100644 --- a/doc/structures.tex +++ b/doc/structures.tex @@ -51,7 +51,7 @@ structure. Instance chains contain slots and vtable pointers, as described below. All instances have the basic structure of a @|struct sod_instance|. -\begin{describe}{type}[struct sod_instance] +\begin{describe}{ty}[struct sod_instance] {struct sod_instance \{ \\ \ind const struct sod_vtable *_vt; \-\\ \};} @@ -63,7 +63,7 @@ instances have the basic structure of a @|struct sod_instance|. \end{description} \end{describe} -\begin{describe}{type}[struct sod_vtable] +\begin{describe}{ty}[struct sod_vtable] {struct sod_vtable \{ \\ \ind const SodClass *_class; \\ size_t _base; \-\\ @@ -301,7 +301,7 @@ involved at the top of the class/metaclass graph (see \end{description} \end{describe} -\begin{describe}{type}[struct sod_chain] +\begin{describe}{ty}[struct sod_chain] {struct sod_chain \{ \\ \ind size_t n_classes; \\ const SodClass *const *classes; \\