Fix doxygen warnings

Fixes #188
This commit is contained in:
Mat Sutcliffe
2023-02-05 16:32:51 +00:00
committed by Lars Toenning
parent 5e5b3f830d
commit 7691e42a5b
175 changed files with 570 additions and 664 deletions

View File

@@ -56,10 +56,10 @@ namespace BlackMisc
//! Get the existing directories
static QStringList getExistingUnemptyDirectories(const QStringList &directories);
//! @{
//! Directory existing? Also checking UNC paths upfront.
//! \remark Motivation: if an UNC cannot be accessed (e.g. machine is down) it can take very long before functions like QDir respond
//! \remark for non-UNC paths it is the same as the QDir checks
//! @{
static bool isDirExisting(const QString &path);
static bool isDirExisting(const QDir &dir);
//! @}