aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/ao/doc_debugs.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/ao/doc_debugs.d')
-rw-r--r--src/sdp/ao/doc_debugs.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp/ao/doc_debugs.d b/src/sdp/ao/doc_debugs.d
index d42d903..419f5cd 100644
--- a/src/sdp/ao/doc_debugs.d
+++ b/src/sdp/ao/doc_debugs.d
@@ -458,10 +458,10 @@ template SiSUdebugs() {
];
}
debug(checkdoc) {
- if ((doc_matters.opt_action_bool["debug"])) {
+ if ((doc_matters.opt_action["debug"])) {
debug(checkdoc) {
if (auto mfn=match(doc_matters.source_filename, rgx.src_fn)) {
- if (doc_matters.opt_action_bool["assertions"]) {
+ if (doc_matters.opt_action["assertions"]) {
switch (mfn.captures[2]) {
// live manual:
case "live-manual.ssm":