diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-07-02 00:22:17 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | 951d136957c14bed5581a11fe41bdebd174d5ce8 (patch) | |
tree | a1e89be8661bc35a53104a2428dbd95de9a970e2 /src/sdp.d | |
parent | rename files ao_conf_make_meta.d from ao_header_extract.d (org/ output) (diff) |
file renaming, whitespace cleaning
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -8,10 +8,10 @@ import compile_time_info, // sdp/compile_time_info.d ao_abstract_doc_source, // sdp/ao_abstract_doc_source.d ao_ansi_colors, // sdp/ao_ansi_colors.d + ao_conf_make_meta, // sdp/ao_conf_make_meta.d + ao_conf_make_meta_native, // sdp/ao_conf_make_meta_native.d + ao_conf_make_meta_sdlang, // sdp/ao_conf_make_meta_sdlang.d ao_defaults, // sdp/ao_defaults.d - ao_header_extract, // sdp/ao_header_extract.d - ao_header_extract_native, // sdp/ao_header_extract_native.d - ao_header_extract_sdlang, // sdp/ao_header_extract_sdlang.d ao_output_debugs, // sdp/ao_output_debugs.d ao_read_config_files, // sdp/ao_read_config_files.d ao_read_source_files, // sdp/ao_read_source_files.d @@ -42,8 +42,8 @@ struct SDPoutput { auto ref const S contents, string[][string][string] bookindex_unordered_hashes, JSONValue[] biblio, - // JSONValue[string] dochead_make_json, - // JSONValue[string] dochead_meta_json, + string[string][string] dochead_make_json, + string[string][string] dochead_meta_json, string fn_src, bool[string] opt_action_bool ) { @@ -140,7 +140,6 @@ void main(string[] args) { ); } } - bool[string] opt_action_bool = [ "assertions" : false, "concordance" : false, @@ -270,8 +269,8 @@ void main(string[] args) { doc_ao_contents, doc_ao_bookindex_unordered_hashes, doc_ao_biblio, - // doc_ao_make_aa, - // doc_ao_meta_aa, + dochead_make_aa, + dochead_meta_aa, fn_src, opt_action_bool ); |