diff options
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; | 
