aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/metadoc.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r--src/doc_reform/meta/metadoc.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d
index a26756b..88c4a2b 100644
--- a/src/doc_reform/meta/metadoc.d
+++ b/src/doc_reform/meta/metadoc.d
@@ -8,6 +8,8 @@ template DocReformAbstraction() {
std.process;
import
doc_reform.meta,
+ doc_reform.meta.metadoc_harvests_authors,
+ doc_reform.meta.metadoc_harvests_topics,
doc_reform.meta.metadoc_summary,
doc_reform.meta.metadoc_harvest,
doc_reform.meta.metadoc_from_src,
@@ -147,7 +149,7 @@ template DocReformAbstraction() {
~ ":" ~ _st.second.to!string;
return _time;
}
- auto conf_make_meta() { // TODO meld with all make instructions
+ auto conf_make_meta() {
return _make_and_meta_struct;
}
auto has() {