diff options
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r-- | src/xmlgen.cpp | 1 |
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)) |