aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org20
1 files changed, 10 insertions, 10 deletions
diff --git a/org/sdp.org b/org/sdp.org
index ba5e04c..613e374 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -48,10 +48,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
@@ -72,9 +72,9 @@ import
[[./compile_time_info.org][compile time info]]
[[./ao_abstract_doc_source.org][ao_abstract_doc_source]]
[[./ao_ansi_colors.org][ao_ansi_colors]]
-[[./ao_header_extract.org][ao_header_extract]]
-[[./ao_header_extract_native.org][ao_header_extract_native]]
-[[./ao_header_extract_sdlang.org][ao_header_extract_sdlang]]
+[[./ao_conf_make_meta.org][ao_onf_make_meta]]
+[[./ao_conf_make_meta_native.org][ao_onf_make_meta_native]]
+[[./ao_conf_make_meta_sdlang.org][ao_onf_make_meta_sdlang]]
[[./ao_defaults.org][ao_defaults]]
[[./ao_output_debugs.org][ao_output_debugs]]
[[./ao_output_hub.org][ao_output_hub]]
@@ -141,8 +141,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
) {
@@ -432,8 +432,8 @@ output.hub(
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
);