From 0cdf764398b74a47744763e345b6a5a31e7bee69 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 5 Aug 2017 04:13:53 -0400 Subject: m_a, composite object, attributes, rename part & an addition - of_part renamed from use (frontmatter, body, backmatter) - of_section added (toc, body, glossary, bibliography, bookindex, blurb) --- src/sdp/meta/metadoc_summary.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/meta/metadoc_summary.d') diff --git a/src/sdp/meta/metadoc_summary.d b/src/sdp/meta/metadoc_summary.d index e217726..591844f 100644 --- a/src/sdp/meta/metadoc_summary.d +++ b/src/sdp/meta/metadoc_summary.d @@ -28,7 +28,7 @@ template SiSUabstractionSummary() { ]; foreach (k; doc_matters.keys_seq.seg) { foreach (obj; doc_abstraction[k]) { - if (obj.use != "empty") { + if (obj.of_part != "empty") { if (!empty(obj.obj_cite_number)) { if (k == "body") { check["last_obj_cite_number_body"] = obj.obj_cite_number; -- cgit v1.2.3