diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-10-15 10:04:49 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | d528fb1689e8e3c00557af57455c892d3c813b15 (patch) | |
tree | 6ca3437ec90573f34309da2729a5ecf2c17eba0c /org/imports.org | |
parent | 0.2.0 renames pod from sisupod (diff) |
org headings & tags, minordoc-reform_v0.2.0
Diffstat (limited to 'org/imports.org')
-rw-r--r-- | org/imports.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/org/imports.org b/org/imports.org index 435c6b6..e513e81 100644 --- a/org/imports.org +++ b/org/imports.org @@ -13,7 +13,7 @@ #+EXPORT_EXCLUDE_TAGS: noexport #+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n) -* 1. imports for meta +* 1. imports for meta :meta: ** package dir #+BEGIN_SRC d :tangle ../src/doc_reform/meta/package.d @@ -43,8 +43,7 @@ public import std.conv : to; #+END_SRC -* 2. imports for output - +* 2. imports for output :output: ** package dir #+BEGIN_SRC d :tangle ../src/doc_reform/output/package.d |