summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 745a7f9..c8475a6 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -39,7 +39,7 @@ bool ArgumentList::hasDocumentation() const
Argument *a;
for (ali.toFirst();!hasDocs && (a=ali.current());++ali)
{
- hasDocs = hasDocs || a->hasDocumentation();
+ hasDocs = a->hasDocumentation();
}
return hasDocs;
}