From 2b722b57f20e044b061423109bfa7168a7a1b913 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 6 Nov 2016 10:43:51 +0100 Subject: Fixed problem generating per letter namespace member index pages. --- src/index.cpp | 1 + src/sortdict.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.cpp b/src/index.cpp index 41e3318..d52fa77 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -2970,6 +2970,7 @@ static void writeNamespaceMemberIndexFiltered(OutputList &ol, g_namespaceIndexLetterUsed[hl], Definition::TypeNamespace); endFile(ol); + first=FALSE; } if (multiPageIndex && addToIndex) Doxygen::indexList->decContentsDepth(); ol.popGeneratorState(); diff --git a/src/sortdict.h b/src/sortdict.h index f4d23f2..4db330f 100644 --- a/src/sortdict.h +++ b/src/sortdict.h @@ -590,7 +590,7 @@ class SIntDict /*! Returns the number of items stored in the dictionary */ - int count() + int count() const { return m_list->count(); } -- cgit v0.12