summaryrefslogtreecommitdiffstats
path: root/src/outputlist.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/outputlist.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/outputlist.h')
-rw-r--r--src/outputlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index eadf85f..1c66921 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -475,6 +475,9 @@ class OutputList : public OutputDocInterface
void endLabels()
{ forall(&OutputGenerator::endLabels); }
+ void cleanup()
+ { forall(&OutputGenerator::cleanup); }
+
void startFontClass(const QCString &c)
{ forall(&OutputGenerator::startFontClass,c); }
void endFontClass()