diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-06 19:37:07 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 37bae77e09df3a50947dd445acbcd19afa4ce17c (patch) | |
tree | 5d72931f398f45b1f567c10a0a3ed7bb199750bf /src/doc_reform/meta/metadoc.d | |
parent | doc abstraction, pith replaces obj_type_status (diff) |
doc structure hash removed, replaced, unused
- doc abstraction changes (use of new associative
array named "pith" with enum) replaces the
redundant doc structure associative array
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r-- | src/doc_reform/meta/metadoc.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d index ebc5344..db21087 100644 --- a/src/doc_reform/meta/metadoc.d +++ b/src/doc_reform/meta/metadoc.d @@ -15,7 +15,6 @@ template spineAbstraction() { doc_reform.io_out.hub; mixin spineRgxIn; mixin spineBiblio; - mixin spineRgxDocStructFlags; mixin outputHub; enum headBody { header, body_content, insert_file_list, image_list } enum makeMeta { make, meta } |