diff options
-rw-r--r-- | src/qdoc/sections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/sections.cpp b/src/qdoc/sections.cpp index e0324b347..0aa9f37e9 100644 --- a/src/qdoc/sections.cpp +++ b/src/qdoc/sections.cpp @@ -968,7 +968,7 @@ void Sections::buildStdCppClassRefPageSections() ++c; continue; } - distributeNodeInSummaryVector(sv, n); + //distributeNodeInSummaryVector(sv, n); Why was this here? mws 03/07/2019 ++c; } pushBaseClasses(stack, cn); |