aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_assertions.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_assertions.org')
-rw-r--r--org/ao_assertions.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/ao_assertions.org b/org/ao_assertions.org
index c6b09bb..1c29be9 100644
--- a/org/ao_assertions.org
+++ b/org/ao_assertions.org
@@ -214,7 +214,7 @@ mixin template AssertionsOnMarkupDocumentStructure() {
}
}
}
-#+end_src
+#+END_SRC
** mixin template: assertions on blocks
#+name: ao_assertions
#+BEGIN_SRC d :exports none
@@ -237,15 +237,15 @@ mixin template AssertionsOnBlocks() {
"block status: none or closed");
}
}
-#+end_src
+#+END_SRC
* tangle
** code structure: :ao_assertions.d:
#+name: tangle_ao_assertions
-#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :exports none :noweb yes
+#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :padline no :exports none :noweb yes
/*
assertions
ao_assertions.d
*/
<<ao_assertions>>
-#+end_src
+#+END_SRC