diff options
Diffstat (limited to 'src/sdp/meta/metadoc_summary.d')
-rw-r--r-- | src/sdp/meta/metadoc_summary.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdp/meta/metadoc_summary.d b/src/sdp/meta/metadoc_summary.d index 3167677..a025411 100644 --- a/src/sdp/meta/metadoc_summary.d +++ b/src/sdp/meta/metadoc_summary.d @@ -24,7 +24,7 @@ template SiSUabstractionSummary() { string[string] check = [ "last_object_number" : "NA [debug \"checkdoc\" not run]", "last_object_number_body" : "0", - "last_object_number_bkidx" : "0", + "last_object_number_book_index" : "0", ]; foreach (k; doc_matters.xml.keys_seq.seg) { foreach (obj; doc_abstraction[k]) { @@ -39,7 +39,7 @@ template SiSUabstractionSummary() { } if (k == "bookindex_seg") { if (obj.misc.object_number_type == 2) { - check["last_object_number_bkidx"] = obj.misc.object_number_bkidx; + check["last_object_number_book_index"] = obj.misc.object_number_book_index; } } } @@ -83,7 +83,7 @@ template SiSUabstractionSummary() { ? (to!int(doc_abstraction["bookindex_seg"].length)) : 0, " last book idx ocn:", - to!int(check["last_object_number_bkidx"]), + to!int(check["last_object_number_book_index"]), "length blurb:", (doc_abstraction["blurb"].length > 1) ? (to!int(doc_abstraction["blurb"].length)) |