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.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index f3518a6..f070ada 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -24,13 +24,13 @@
output debugs
+/
module doc_reform.meta.doc_debugs;
-template DocReformDebugs() {
+template spineDebugs() {
<<debug_imports>>
- auto DocReformDebugs(S,T)(
+ auto spineDebugs(S,T)(
const S contents,
T doc_matters,
) {
- mixin DocReformRgxInit;
+ mixin spineRgxInit;
mixin InternalMarkup;
<<initialize>>
<<meta_output_debugs>>