Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-20 17:44:59 +02:00
parent f24f04084c
commit d1c91a7fc2
16 changed files with 91 additions and 64 deletions

View File

@@ -35,8 +35,8 @@ QetGraphicsTableFactory::QetGraphicsTableFactory()
/**
@brief QetGraphicsTableFactory::createAndAddNomenclature
Open a dialog for ask user the config of the table ,create a nomenclature table
and add it to diagram @diagram;
Open a dialog for ask user the config of the table,
create a nomenclature table and add it to diagram
@param diagram
*/
void QetGraphicsTableFactory::createAndAddNomenclature(Diagram *diagram)
@@ -51,8 +51,8 @@ void QetGraphicsTableFactory::createAndAddNomenclature(Diagram *diagram)
/**
@brief QetGraphicsTableFactory::createAndAddSummary
Open a dialog for ask user the config of the table ,create a summary table
and add it to diagram @diagram;
Open a dialog for ask user the config of the table,
create a summary table and add it to diagram
@param diagram
*/
void QetGraphicsTableFactory::createAndAddSummary(Diagram *diagram)