aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/meta/object_setter.d
diff options
context:
space:
mode:
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 = "";