summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 18e3206..27f278a 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1678,15 +1678,15 @@ void generateXML()
generateXMLForClass(cd,t);
}
}
- {
- ClassSDict::Iterator cli(Doxygen::hiddenClasses);
- ClassDef *cd;
- for (cli.toFirst();(cd=cli.current());++cli)
- {
- msg("Generating XML output for class %s\n",cd->name().data());
- generateXMLForClass(cd,t);
- }
- }
+ //{
+ // ClassSDict::Iterator cli(Doxygen::hiddenClasses);
+ // ClassDef *cd;
+ // for (cli.toFirst();(cd=cli.current());++cli)
+ // {
+ // msg("Generating XML output for class %s\n",cd->name().data());
+ // generateXMLForClass(cd,t);
+ // }
+ //}
NamespaceSDict::Iterator nli(Doxygen::namespaceSDict);
NamespaceDef *nd;
for (nli.toFirst();(nd=nli.current());++nli)