diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-08-05 04:13:53 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 0cdf764398b74a47744763e345b6a5a31e7bee69 (patch) | |
tree | 84eb1ab5a6be58a6b8d4ed1971d5620c1e84251c /src/sdp/meta/metadoc_summary.d | |
parent | naming things (diff) |
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)
Diffstat (limited to 'src/sdp/meta/metadoc_summary.d')
-rw-r--r-- | src/sdp/meta/metadoc_summary.d | 2 |
1 files changed, 1 insertions, 1 deletions
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; |