summaryrefslogtreecommitdiff
path: root/cli/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source.cxx')
-rw-r--r--cli/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/source.cxx b/cli/source.cxx
index 44bf93e..180cea8 100644
--- a/cli/source.cxx
+++ b/cli/source.cxx
@@ -519,7 +519,7 @@ namespace
{
class_doc_type cd (class_doc (c));
- if (cd == cd_exclude)
+ if (cd == cd_exclude || cd == cd_exclude_base)
return;
const char* t (
@@ -1040,7 +1040,7 @@ namespace
return;
const char* t (
- (cd == cd_default
+ (cd == cd_default || cd == cd_exclude_base
? usage != ut_both || usage_ == ut_short
: cd == cd_short) ? "" : "long_");