summaryrefslogtreecommitdiffstats
path: root/src/outputgen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-06-12 12:40:44 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-06-12 12:40:44 (GMT)
commitf366804a95c02d0883a3a1598a0f93b4ee0c982c (patch)
tree6367a57fc90302d6b3dcfd68ed7e4d1ac7d83d72 /src/outputgen.h
parent8c8a0343662f69ce65ced20dc8c6025e7fc022cd (diff)
downloadDoxygen-f366804a95c02d0883a3a1598a0f93b4ee0c982c.zip
Doxygen-f366804a95c02d0883a3a1598a0f93b4ee0c982c.tar.gz
Doxygen-f366804a95c02d0883a3a1598a0f93b4ee0c982c.tar.bz2
bug_674442 CREATE_FOLDERS should not create unused folders
Also known as issue #4672 The folders are still created but in case the folders are empty after the doxygen run the directories are removed.
Diffstat (limited to 'src/outputgen.h')
-rw-r--r--src/outputgen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/outputgen.h b/src/outputgen.h
index 53972d4..74df36b 100644
--- a/src/outputgen.h
+++ b/src/outputgen.h
@@ -497,6 +497,8 @@ class OutputGenerator : public BaseOutputDocInterface
virtual void writeLabel(const QCString &,bool) = 0;
virtual void endLabels() = 0;
+ virtual void cleanup() = 0;
+
protected:
TextStream m_t;
private: