From d2a94f93c3fe24d673eb812e1457829701c1ddfe Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 15 Nov 2023 22:16:26 -0500 Subject: ocda, single out, use more structs --- src/doc_reform/meta/metadoc.d | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/doc_reform/meta/metadoc.d') 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) ) { -- cgit v1.2.3