revised SourcetrailDBWriter API documentation and related classes
This commit is contained in:
@@ -45,7 +45,7 @@ namespace sourcetrail
|
||||
{
|
||||
public:
|
||||
static int getSupportedDatabaseVersion();
|
||||
static std::shared_ptr<DatabaseStorage> openDatabase(const std::string& dbFilePath);
|
||||
static std::unique_ptr<DatabaseStorage> openDatabase(const std::string& dbFilePath);
|
||||
~DatabaseStorage();
|
||||
|
||||
void setupDatabase();
|
||||
|
||||
Reference in New Issue
Block a user