diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-14 20:50:44 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:48:35 -0400 |
commit | df21efb1cfaea8d46135f830817e4170605bffc0 (patch) | |
tree | 9a55cdeb8826fc7ebdd48f5768b9f71516ce4bc4 /specs/CH12.xml | |
parent | 26e04bcf5714149c8e047af5c5243a9755fe925a (diff) |
use lineannotation tag
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH12.xml')
-rw-r--r-- | specs/CH12.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/specs/CH12.xml b/specs/CH12.xml index a20f846..d302daa 100644 --- a/specs/CH12.xml +++ b/specs/CH12.xml @@ -114,12 +114,12 @@ is </para> <programlisting> typedef struct { - XtPointer next_extension; See <xref linkend='Class_Extension_Records' /> - XrmQuark record_type; See <xref linkend='Class_Extension_Records' /> - long version; See <xref linkend='Class_Extension_Records' /> - Cardinal record_size; See <xref linkend='Class_Extension_Records' /> - XtAllocateProc allocate; See <xref linkend='Widget_Instance_Allocation_The_allocate_Procedure' />. - XtDeallocateProc deallocate; See <xref linkend='Widget_Instance_Deallocation_The_deallocate_Procedure' />. + XtPointer next_extension; <lineannotation>See <xref linkend='Class_Extension_Records' /></lineannotation> + XrmQuark record_type; <lineannotation>See <xref linkend='Class_Extension_Records' /></lineannotation> + long version; <lineannotation>See <xref linkend='Class_Extension_Records' /></lineannotation> + Cardinal record_size; <lineannotation>See <xref linkend='Class_Extension_Records' /></lineannotation> + XtAllocateProc allocate; <lineannotation>See <xref linkend='Widget_Instance_Allocation_The_allocate_Procedure' /></lineannotation> + XtDeallocateProc deallocate; <lineannotation>See <xref linkend='Widget_Instance_Deallocation_The_deallocate_Procedure' /></lineannotation> } ObjectClassExtensionRec, *ObjectClassExtension; </programlisting> <para> |