From f78907dd0dbcfa12698f85a6cebe77f3f5de46e9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 13 Jun 2018 18:19:46 -0400 Subject: object_number, replaces object_cite_number in code --- src/sdp/meta/object_setter.d | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sdp/meta/object_setter.d') diff --git a/src/sdp/meta/object_setter.d b/src/sdp/meta/object_setter.d index 2e92877..840a71c 100644 --- a/src/sdp/meta/object_setter.d +++ b/src/sdp/meta/object_setter.d @@ -26,8 +26,8 @@ template ObjectSetter() { } struct DocObj_Node_ { string[string][string] node; - int ocn = 0; // duplicated as string with obj_cite_number - string obj_cite_number = ""; // duplicated as int with ocn may apply additional info for backmatter (glossary, biblio etc.) + int ocn = 0; // duplicated as string with object_number + string object_number = ""; // duplicated as int with ocn may apply additional info for backmatter (glossary, biblio etc.) string marked_up_level = "9"; int heading_lev_markup = 9; int heading_lev_collapsed = 9; @@ -62,9 +62,9 @@ template ObjectSetter() { string[] anchor_tags = []; } struct DocObj_Misc_ { - string obj_cite_number_bkidx = ""; - string obj_cite_number_off = ""; - int obj_cite_number_type = 0; // { ocn, non, bkidx } + string object_number_bkidx = ""; + string object_number_off = ""; + int object_number_type = 0; // { ocn, non, bkidx } } struct ObjGenericComposite { string text = ""; -- cgit v1.2.3