aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index fa3da1a..134b64b 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -29,7 +29,7 @@ template ConfigIn() {
}
#+END_SRC
-** read config file, source string (conf.sdl & sisu_document_make) :file:config:
+** read config file, (conf.sdl & sisu_document_make) :file:config:
#+name: ao_config_file_in
#+BEGIN_SRC d
@@ -435,7 +435,7 @@ if (type1["curly_code"] == 1) {
auto raw = MarkupRawUnit();
auto markup_sourcesubfile_insert_content =
raw.getInsertMarkupSourceContentRawLineArray(fn_src_insert, rgx.src_fn_find_inserts);
- debug(insert) { // insert file
+ debug(insert_file) {
tell_l("red", line);
tell_l("red", fn_src_insert);
tell_l("fuchsia", "ERROR");
@@ -514,7 +514,7 @@ if (type["curly_code"] == 1) {
}
auto markup_sourcefile_insert_content =
raw.getInsertMarkupSourceContentRawLineArray(fn_src_insert, rgx.src_fn_find_inserts);
- debug(insert) { // insert file
+ debug(insert_file) {
tell_l("red", line);
tell_l("red", fn_src_insert);
writeln(
@@ -546,7 +546,7 @@ if (type["curly_code"] == 1) {
#+name: ao_master_doc_scan_for_insert_filenames_post
#+BEGIN_SRC d
-debug(insert) { // insert file
+debug(insert_file) {
writeln(__LINE__);
writeln(contents.length);
}