aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_markup_source_raw.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_markup_source_raw.org')
-rw-r--r--org/ao_markup_source_raw.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/org/ao_markup_source_raw.org b/org/ao_markup_source_raw.org
index ec94448..13bce8d 100644
--- a/org/ao_markup_source_raw.org
+++ b/org/ao_markup_source_raw.org
@@ -39,7 +39,7 @@ final private string markupSourceString(in char[] fn_src) {
std.utf.validate(source_txt_str);
return source_txt_str;
}
-#+end_src
+#+END_SRC
** source line array
#+name: ao_markup_source_raw
#+BEGIN_SRC d :exports none
@@ -48,7 +48,7 @@ final private char[][] markupSourceLineArray(in string src_text) {
split(cast(char[]) src_text, rgx.line_delimiter);
return source_line_arr;
}
-#+end_src
+#+END_SRC
** insert source content raw line array
#+name: ao_markup_source_raw
#+BEGIN_SRC d :exports none
@@ -61,7 +61,7 @@ final char[][] markupInsertSourceContentRawLineArray(in char[] fn_src) {
auto source_line_arr = markupSourceLineArray(source_txt_str);
return source_line_arr;
}
-#+end_src
+#+END_SRC
** source content raw line array
#+name: ao_markup_source_raw
#+BEGIN_SRC d :exports none
@@ -74,12 +74,12 @@ final char[][] markupSourceContentRawLineArray(in char[] fn_src) {
auto source_line_arr = markupSourceLineArray(source_txt_str);
return source_line_arr;
}
-#+end_src
+#+END_SRC
* tangles
** code structure: :ao_markup_source_raw.d:
#+name: tangle_ao_markup_source_raw
-#+BEGIN_SRC d :tangle ../lib/sdp/ao_markup_source_raw.d :exports none :noweb yes
+#+BEGIN_SRC d :tangle ../lib/sdp/ao_markup_source_raw.d :padline no :exports none :noweb yes
/*
markup source raw
ao_markup_source_raw.d
@@ -90,4 +90,4 @@ mixin template SiSUmarkupRaw() {
<<ao_markup_source_raw>>
}
}
-#+end_src
+#+END_SRC