summaryrefslogtreecommitdiffstats
path: root/src/dir.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/dir.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/dir.h')
-rw-r--r--src/dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dir.h b/src/dir.h
index 0a1cc12..c322669 100644
--- a/src/dir.h
+++ b/src/dir.h
@@ -78,6 +78,7 @@ class Dir final
DirIterator iterator() const;
+ bool Dir::isEmpty(const std::string subdir) const;
bool exists() const;
std::string filePath(const std::string &path,bool acceptsAbsPath=true) const;
bool exists(const std::string &path,bool acceptsAbsPath=true) const;