diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-05 10:41:28 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-05 10:41:28 -0400 | 
| commit | ae7cb63c8393bbe4b50989d3f38cf1476960478b (patch) | |
| tree | c4cd1684020ca76e77e551eed062a8c70ea6abd0 /src | |
| parent | regex adjust, dc update build fix required (diff) | |
org-mode file minor adjustment
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc_reform/meta/metadoc_from_src.d | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/doc_reform/meta/metadoc_from_src.d b/src/doc_reform/meta/metadoc_from_src.d index 6f735bd..6f6b383 100644 --- a/src/doc_reform/meta/metadoc_from_src.d +++ b/src/doc_reform/meta/metadoc_from_src.d @@ -125,9 +125,7 @@ template docAbstraction() {      return _e();    }    /+ initialize +/ -  ObjGenericComposite[] the_table_of_contents_section; -  ObjGenericComposite[] the_document_head_section, the_document_body_section, the_bibliography_section, the_glossary_section, the_blurb_section; -  ObjGenericComposite[] the_dom_tail_section; +  ObjGenericComposite[] the_table_of_contents_section, the_document_head_section, the_document_body_section, the_bibliography_section, the_glossary_section, the_blurb_section, the_dom_tail_section;    string[string] an_object, processing;    string an_object_key;    string[] anchor_tags; | 
