aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/meta/object_setter.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-06-13 18:19:46 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commitf78907dd0dbcfa12698f85a6cebe77f3f5de46e9 (patch)
tree75e4adfd5404caf6b7805c5aedf977d5e3709505 /src/sdp/meta/object_setter.d
parent0.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.d10
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 = "";