aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ocda.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ocda.org')
-rw-r--r--org/ocda.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/org/ocda.org b/org/ocda.org
index 3a671ca..74c1f64 100644
--- a/org/ocda.org
+++ b/org/ocda.org
@@ -30,6 +30,7 @@ Process markup document, create document abstraction.
// abstraction of sisu markup for downstream processing
// metadoc_from_src.d
module doc_reform.meta.metadoc_from_src;
+@safe:
template docAbstraction() {
<<docInitialize>>
@system auto docAbstraction(CMM,Opt,Mf) (
@@ -1528,7 +1529,7 @@ struct DocHas_ {
return tag_assoc;
}
}
-@safe auto doc_has() {
+auto doc_has() {
return DocHas_();
}
// the doc to be returned