aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/metadoc_summary.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-09-24 10:21:24 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit6886780b440286d452aec35f9b13d090c0646b04 (patch)
tree2582517529000d19ce8fb0106323d3c59136a832 /src/doc_reform/meta/metadoc_summary.d
parentstd.zip, drop external zip archive (diff)
flag --show-summary
Diffstat (limited to 'src/doc_reform/meta/metadoc_summary.d')
-rw-r--r--src/doc_reform/meta/metadoc_summary.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc_summary.d b/src/doc_reform/meta/metadoc_summary.d
index 4beada8..7395e81 100644
--- a/src/doc_reform/meta/metadoc_summary.d
+++ b/src/doc_reform/meta/metadoc_summary.d
@@ -20,7 +20,9 @@ template DocReformMetaDocSummary() {
std.conv : to;
mixin InternalMarkup;
auto markup = InlineMarkup();
- if (doc_matters.opt.action.verbose) {
+ if (doc_matters.opt.action.verbose
+ || doc_matters.opt.action.show_summary
+ ) {
string[string] check = [
"last_object_number" : "NA [debug \"checkdoc\" not run]",
"last_object_number_body" : "0",