diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-06-13 18:19:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | f78907dd0dbcfa12698f85a6cebe77f3f5de46e9 (patch) | |
tree | 75e4adfd5404caf6b7805c5aedf977d5e3709505 /src/sdp/meta/object_setter.d | |
parent | 0.26.3 object info changes (diff) |
object_number, replaces object_cite_number in code
Diffstat (limited to 'src/sdp/meta/object_setter.d')
-rw-r--r-- | src/sdp/meta/object_setter.d | 10 |
1 files changed, 5 insertions, 5 deletions
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 = ""; |