Doxygen and style

This commit is contained in:
Klaus Basan
2018-07-24 18:02:32 +02:00
parent 541e54d76c
commit f36ebbfa83
5 changed files with 29 additions and 27 deletions

View File

@@ -605,6 +605,7 @@ namespace BlackCore
return this->initFromLocalResourceFiles(this->getSupportedEntities(), inBackground);
}
//! \cond PRIVATE
CStatusMessageList CDatabaseReader::initFromLocalResourceFiles(CEntityFlags::Entity entities, bool inBackground)
{
const bool overrideNewerOnly = true;
@@ -622,6 +623,7 @@ namespace BlackCore
return this->readFromJsonFiles(CDirectoryUtils::staticDbFilesDirectory(), entities, overrideNewerOnly);
}
}
//! \endcond
void CDatabaseReader::setReplyStatus(QNetworkReply::NetworkError status, const QString &message)
{

View File

@@ -1600,6 +1600,7 @@ namespace BlackCore
return msgs;
}
//! \cond PRIVATE
CStatusMessageList CWebDataServices::initDbCachesFromLocalResourceFiles(CEntityFlags::Entity entities, bool inBackground)
{
CStatusMessageList msgs;
@@ -1620,4 +1621,5 @@ namespace BlackCore
);
return msgs;
}
//! \endcond
} // ns