diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-06-19 19:02:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | e29d507ab0b217595041fb1061efca98aaa17536 (patch) | |
tree | fb6623dd7dfbbff6bd15f01d0278716af0ab8936 /src/sdp/meta/metadoc_summary.d | |
parent | naming is_of_ (is_ of_) (diff) |
naming is_of_ (is_ of_)
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 a025411..0c5e73d 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.xml.keys_seq.seg) { foreach (obj; doc_abstraction[k]) { - if (obj.typeinfo.of_part != "empty") { + if (obj.typeinfo.is_of_part != "empty") { if (!empty(obj.node.object_number)) { if (k == "body") { check["last_object_number_body"] = obj.node.object_number; |