diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-22 10:57:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-23 09:50:55 -0400 |
commit | bbe133420aacf1ed7fc9a88702580be1782a1639 (patch) | |
tree | 2f3a88c7f62791d214b2745758974a032a48a5a6 /src | |
parent | project nix shell(s) (diff) |
org mode, code-block names
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 ) { |