diff options
Diffstat (limited to 'src/doc_reform/meta')
| -rw-r--r-- | src/doc_reform/meta/metadoc_show_summary.d | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/doc_reform/meta/metadoc_show_summary.d b/src/doc_reform/meta/metadoc_show_summary.d index 5fd9655..6bd4a48 100644 --- a/src/doc_reform/meta/metadoc_show_summary.d +++ b/src/doc_reform/meta/metadoc_show_summary.d @@ -75,7 +75,7 @@ template spineMetaDocSummary() {      char_repeat_number = (char_repeat_number > min_repeat_number)      ? char_repeat_number      : min_repeat_number; -    if (doc_matters.opt.action.verbose +    if (doc_matters.opt.action.vox_gt1      || doc_matters.opt.action.show_summary) {        string[string] check = [          "last_object_number" : "NA [debug \"checkdoc\" not run]", | 
