diff options
Diffstat (limited to 'src/doc_reform/meta/doc_debugs.d')
-rw-r--r-- | src/doc_reform/meta/doc_debugs.d | 11 |
1 files changed, 5 insertions, 6 deletions
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: |