diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc_reform/meta/metadoc_from_src.d | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/doc_reform/meta/metadoc_from_src.d b/src/doc_reform/meta/metadoc_from_src.d index 859acc5..c3b82d6 100644 --- a/src/doc_reform/meta/metadoc_from_src.d +++ b/src/doc_reform/meta/metadoc_from_src.d @@ -2422,7 +2422,6 @@ template docAbstraction() {      dom_structure_markedup_tags_status_buffer   = [ 0, 0, 0, 0, 0, 0, 0, 0, 0,];      dom_structure_collapsed_tags_status         = [ 0, 0, 0, 0, 0, 0, 0, 0, 0,];      dom_structure_collapsed_tags_status_buffer  = [ 0, 0, 0, 0, 0, 0, 0, 0, 0,]; -      @safe auto doc_has() {        struct DocHas_ {          uint inline_links() { @@ -5706,7 +5705,7 @@ template docAbstraction() {    }                                                                                  /+ +/    struct Bibliography { -  @system public JSONValue[] flow_bibliography_()( +    @system public JSONValue[] flow_bibliography_()(        return ref string[]    biblio_unsorted_incomplete,        return ref JSONValue[] bib_arr_json      ) { | 
