aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/metadoc.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-15 22:16:26 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-15 22:26:07 -0500
commitd2a94f93c3fe24d673eb812e1457829701c1ddfe (patch)
tree2bda2dae74b593c8d24e2d233f16a61186feb305 /src/doc_reform/meta/metadoc.d
parent0.13.0 (diff)
ocda, single out, use more structs
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r--src/doc_reform/meta/metadoc.d5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d
index cefee5b..a577530 100644
--- a/src/doc_reform/meta/metadoc.d
+++ b/src/doc_reform/meta/metadoc.d
@@ -132,9 +132,8 @@ template spineAbstraction() {
_manifest,
true,
);
- static assert(da.length==2);
- auto doc_abstraction = da[docAbst.doc_abstract_obj]; /+ head ~ toc ~ body ~ endnotes_seg ~ glossary ~ bibliography ~ bookindex ~ blurb; +/
- auto _doc_has_struct = da[docAbst.doc_has];
+ auto doc_abstraction = da.document_the;
+ auto _doc_has_struct = da.doc_has;
if ((_opt_action.debug_do)
|| (_opt_action.debug_do_stages)
) {