Merge pull request #285 from plc-user/master

correct comments
This commit is contained in:
Laurent Trinques
2024-04-07 11:00:04 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -429,8 +429,8 @@ void projectDataBase::populateElementTable()
} }
/** /**
@brief projectDataBase::populateElementsTable @brief projectDataBase::populateElementInfoTable
Populate the elements table Populate the element info table
*/ */
void projectDataBase::populateElementInfoTable() void projectDataBase::populateElementInfoTable()
{ {

View File

@@ -31,7 +31,7 @@ class sqlite3;
/** /**
@brief The projectDataBase class @brief The projectDataBase class
This class wrap a sqlite data base where you can find several thing This class wraps a sqlite data base where you can find several things
about the content of a project. about the content of a project.
* *
@note this class is still in development. @note this class is still in development.