aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_debugs.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r--org/meta_debugs.org21
1 files changed, 10 insertions, 11 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index 1d5bb14..fc77271 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -1,8 +1,8 @@
-#+TITLE: sdp abstraction summary and debugs
+#+TITLE: doc_reform abstraction summary and debugs
+#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
+#+FILETAGS: :doc_reform:debugs:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
-#+KEYWORDS
#+LANGUAGE: en
#+STARTUP: indent content
#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
@@ -11,18 +11,17 @@
#+PROPERTY: header-args :padline no :exports code :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+FILETAGS: :sdp:rel:meta:
-#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
+#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./sdp.org][sdp]] [[./][org/]]
-* 1. abstraction debugs :module:sdp:meta_doc_debugs:
+[[./doc_reform.org][doc_reform]] [[./][org/]]
+* 1. abstraction debugs :module:doc_reform:meta_doc_debugs:
** 0. module template
-#+BEGIN_SRC d :tangle ../src/sdp/meta/doc_debugs.d
+#+BEGIN_SRC d :tangle ../src/doc_reform/meta/doc_debugs.d
/++
output debugs
+/
-module sdp.meta.doc_debugs;
+module doc_reform.meta.doc_debugs;
template SiSUdebugs() {
<<debug_imports>>
auto SiSUdebugs(S,T)(
@@ -48,8 +47,8 @@ template SiSUdebugs() {
#+name: debug_imports
#+BEGIN_SRC d
import
- sdp.meta.defaults,
- sdp.meta.rgx;
+ doc_reform.meta.defaults,
+ doc_reform.meta.rgx;
import
std.algorithm,
std.array,