summaryrefslogtreecommitdiffstats
path: root/src/classlist.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/classlist.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/classlist.cpp')
-rw-r--r--src/classlist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp
index f728530..5751356 100644
--- a/src/classlist.cpp
+++ b/src/classlist.cpp
@@ -36,7 +36,6 @@ ClassList::~ClassList()
static int compItems(const ClassDef *c1,const ClassDef *c2)
{
static bool b = Config_getBool("SORT_BY_SCOPE_NAME");
- //printf("compItems: %d %s<->%s\n",b,c1->name().data(),c2->name().data());
if (b)
{
return qstricmp(c1->name(), c2->name());