summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index fdcb993..0e86fb0 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -494,6 +494,13 @@ void LatexGenerator::init()
createSubDirs(d);
}
+void LatexGenerator::cleanup()
+{
+ QCString dname = Config_getString(LATEX_OUTPUT);
+ Dir d(dname.str());
+ clearSubDirs(d);
+}
+
static void writeDefaultStyleSheet(TextStream &t)
{
t << ResourceMgr::instance().getAsString("doxygen.sty");