summaryrefslogtreecommitdiffstats
path: root/src/qdoc/sections.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/sections.cpp')
-rw-r--r--src/qdoc/sections.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/sections.cpp b/src/qdoc/sections.cpp
index 4913f66a5..f7a2bb554 100644
--- a/src/qdoc/sections.cpp
+++ b/src/qdoc/sections.cpp
@@ -684,6 +684,8 @@ void Sections::buildStdRefPageSections()
*/
void Sections::distributeNodeInSummaryVector(SectionVector &sv, Node *n)
{
+ if (n->isSharedCommentNode())
+ return;
if (n->isFunction()) {
FunctionNode *fn = static_cast<FunctionNode*>(n);
if (fn->hasAssociatedProperties() && !fn->hasActiveAssociatedProperty())