summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-22 10:29:25 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-22 10:29:25 (GMT)
commitf9b80aff6d20524dd0838aff12033fe3df66ba98 (patch)
tree7f8c4a08e72b3c07aa2ece55345fbb0e2ab0d872 /src/index.cpp
parent9b76c1a9bb7039962933aeef398bb7aa2f59c3a5 (diff)
downloadDoxygen-f9b80aff6d20524dd0838aff12033fe3df66ba98.zip
Doxygen-f9b80aff6d20524dd0838aff12033fe3df66ba98.tar.gz
Doxygen-f9b80aff6d20524dd0838aff12033fe3df66ba98.tar.bz2
Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within the Class List
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index a283b0c..a645051 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1413,7 +1413,7 @@ static void writeNamespaceTree(NamespaceSDict *nsDict,FTVHelp *ftv,
}
}
- if (isLinkable || hasChildren)
+ if ((isLinkable && !showClasses) || hasChildren)
{
ftv->addContentsItem(hasChildren,nd->localName(),ref,file,0,FALSE,TRUE,nd);