correct comments

This commit is contained in:
plc-user
2024-04-07 10:42:37 +02:00
parent 8ce47848c2
commit f74616d2e4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -31,7 +31,7 @@ class sqlite3;
/**
@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.
*
@note this class is still in development.