From a012afaa46a7983fdcf07590f5385403fea044fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 10 Nov 2015 19:10:31 -0500 Subject: org babel block delimiters --- org/ao_markup_source_raw.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'org/ao_markup_source_raw.org') 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() { <> } } -#+end_src +#+END_SRC -- cgit v1.2.3