summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-07-04 18:58:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-07-04 18:58:02 (GMT)
commitc1605e5b6df0248e8dae3a578a89885f26b41c88 (patch)
tree664f7eba133cf2b4d4e8add25229777806fc9b8c /src/xmlgen.cpp
parent6b195c8d27c7cba3885acf1540f33ea7f51b9d1b (diff)
downloadDoxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.zip
Doxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.tar.gz
Doxygen-c1605e5b6df0248e8dae3a578a89885f26b41c88.tar.bz2
Release-1.3.7-20040704
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index a1caf10..7ad162d 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1557,6 +1557,7 @@ void generateXML()
}
}
QDir xmlDir(outputDirectory);
+ createSubDirs(xmlDir);
QCString fileName=outputDirectory+"/index.xsd";
QFile f(fileName);
if (!f.open(IO_WriteOnly))