diff options
Diffstat (limited to 'Source/cmPropertyDefinitionMap.cxx')
-rw-r--r-- | Source/cmPropertyDefinitionMap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyDefinitionMap.cxx b/Source/cmPropertyDefinitionMap.cxx index bfc6112..3f457ee 100644 --- a/Source/cmPropertyDefinitionMap.cxx +++ b/Source/cmPropertyDefinitionMap.cxx @@ -45,7 +45,7 @@ void cmPropertyDefinitionMap j != this->end(); ++j) { cmDocumentationEntry e = j->second.GetDocumentation(); - if (e.brief) + if (e.brief.size()) { v.push_back(e); } |