From 9085f33c97a057bdd4d692f83899e541def8c81a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 1 Jan 2023 11:44:11 -0500 Subject: 2023, year rollover, old habit --- src/doc_reform/meta/doc_debugs.d | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/doc_reform/meta/doc_debugs.d') diff --git a/src/doc_reform/meta/doc_debugs.d b/src/doc_reform/meta/doc_debugs.d index 35b36e1..75cfe03 100644 --- a/src/doc_reform/meta/doc_debugs.d +++ b/src/doc_reform/meta/doc_debugs.d @@ -6,8 +6,7 @@ - Author: Ralph Amissah [ralph.amissah@gmail.com] - - Copyright: (C) 2015 - 2022 Ralph Amissah, All Rights - Reserved. + - Copyright: (C) 2015 - 2023 Ralph Amissah, All Rights Reserved. - License: AGPL 3 or later: @@ -55,7 +54,7 @@ module doc_reform.meta.doc_debugs; template spineDebugs() { import doc_reform.meta.defaults, - doc_reform.meta.rgx; + doc_reform.meta.rgx_files; import std.algorithm, std.array, @@ -75,9 +74,9 @@ template spineDebugs() { const S contents, T doc_matters, ) { - mixin spineRgxIn; + mixin spineRgxFiles; mixin InternalMarkup; - static auto rgx = RgxI(); + static auto rgx_files = RgxFiles(); auto markup = InlineMarkup(); string key; debug(parent) { @@ -105,7 +104,7 @@ template spineDebugs() { debug(checkdoc) { if ((doc_matters.opt.action.debug_do)) { debug(checkdoc) { - if (auto mfn=match(doc_matters.src.filename, rgx.src_fn)) { + if (auto mfn=match(doc_matters.src.filename, rgx_files.src_fn)) { if (doc_matters.opt.action.assertions) { switch (mfn.captures[2]) { // live manual: -- cgit v1.2.3