aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_zip.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-05-07 16:07:11 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commite31e98f5cc3c2289ad47198a506d8d03a063512c (patch)
treec954269daebba8549190d1e4a91f4a64ae62664c /org/output_zip.org
parentcleaning (diff)
0.15.0 named modules
Diffstat (limited to 'org/output_zip.org')
-rw-r--r--org/output_zip.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/org/output_zip.org b/org/output_zip.org
index 8dd6f23..98aede6 100644
--- a/org/output_zip.org
+++ b/org/output_zip.org
@@ -13,10 +13,11 @@
#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
[[./sdp.org][sdp]] [[./][org/]]
-* _zip_
-** template :template:
+* _zip_ :module:sdp:create_zip_file:
+** module template
#+BEGIN_SRC d :tangle ../src/sdp/create_zip_file.d
+module sdp.create_zip_file;
template createZipFile() {
import std.file;
import std.outbuffer;