mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Updated some documentation based on a brief slack discussion with MG
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
class QNetworkReply;
|
||||
|
||||
namespace BlackMisc { class CLogCategoryList; }
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
//! Read the central URLs / locations of our data / setup.
|
||||
@@ -39,7 +38,9 @@ namespace BlackCore
|
||||
//! update information.
|
||||
//!
|
||||
//! \note This class is no(!) BlackCore::CThreadedReader as it will be loaded once during startup
|
||||
//! and reading setup data is fast.
|
||||
//! and reading setup data is fast. The read file is also called "bootstrap" file as it tells
|
||||
//! swift which data are located where. Without that file we cannot start. Once the file is in place (ie in the cache)
|
||||
//! it can be automatically updated.
|
||||
//!
|
||||
//! \sa BlackCore::Data::TGlobalSetup
|
||||
//! \sa BlackCore::Data::TUpdateInfo
|
||||
|
||||
Reference in New Issue
Block a user