diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-03-17 22:38:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2016-03-17 23:53:20 -0400 |
commit | 3e81eda3abd27ab6beadb3f183bcbf413ecd52b8 (patch) | |
tree | ed7037df5db5c66d310a94dd0d4005d688e17764 /org/ao_assertions.org | |
parent | track (diff) |
org file headers updated
Diffstat (limited to 'org/ao_assertions.org')
-rw-r--r-- | org/ao_assertions.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org/ao_assertions.org b/org/ao_assertions.org index b041541..0257f37 100644 --- a/org/ao_assertions.org +++ b/org/ao_assertions.org @@ -3,10 +3,10 @@ #+EMAIL: ralph.amissah@gmail.com #+STARTUP: indent #+LANGUAGE: en -#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t +#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+OPTIONS: author:nil email:nil creator:nil timestamp:nil -#+OPTIONS: ^:nil _:nil +#+PROPERTY: header-args :padline no :exports none :noweb yes #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+FILETAGS: :sdp:rel:ao: @@ -16,7 +16,7 @@ [[./sdp.org][sdp]] [[./][org/]] ** mixin template: assertions on markup document structure :doc_structure: #+name: ao_assertions -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d mixin template AssertionsOnMarkupDocumentStructure() { auto assertions_doc_structure(string[string] object, uint[string] lv) { if (lv["h3"] > 0) { @@ -218,7 +218,7 @@ mixin template AssertionsOnMarkupDocumentStructure() { #+END_SRC ** mixin template: assertions on blocks :blocks: #+name: ao_assertions -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d mixin template AssertionsOnBlocks() { auto assertions_flag_types_block_status_none_or_closed(int[string] flag_type) { assert( @@ -243,7 +243,7 @@ mixin template AssertionsOnBlocks() { * tangle :tangle: ** code structure: :ao_assertions.d: #+name: tangle_ao_assertions -#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :padline no :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d /* assertions ao_assertions.d |