summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-10-15 16:38:58 (GMT)
committerGitHub <noreply@github.com>2018-10-15 16:38:58 (GMT)
commit6c1b3353e9b622f9117e95c2ac99d395a32b0049 (patch)
treee482cf5025298af7fee1f310a8eb63035c99b758 /src/xmlgen.cpp
parenta49fc86a1b8e944e4ed9c1f8f66a069586e867fb (diff)
downloadDoxygen-6c1b3353e9b622f9117e95c2ac99d395a32b0049.zip
Doxygen-6c1b3353e9b622f9117e95c2ac99d395a32b0049.tar.gz
Doxygen-6c1b3353e9b622f9117e95c2ac99d395a32b0049.tar.bz2
Update xmlgen.cpp
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index be866a2..06e0418 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1163,7 +1163,7 @@ static void writeInnerNamespaces(const NamespaceSDict *nl,FTextStream &t)
NamespaceDef *nd;
for (nli.toFirst();(nd=nli.current());++nli)
{
- if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymouse scopes
+ if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymous scopes
{
t << " <innernamespace refid=\"" << nd->getOutputFileBase()
<< "\">" << convertToXML(nd->name()) << "</innernamespace>" << endl;