mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 11:00:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -81,10 +81,10 @@ bool nomenclature::saveToCSVFile()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief nomenclature::getNomenclature
|
||||
* Create and formated a nomenclature to csv file.
|
||||
* @return The QString of nomenclature
|
||||
*/
|
||||
@brief nomenclature::getNomenclature
|
||||
Create and formated a nomenclature to csv file.
|
||||
@return The QString of nomenclature
|
||||
*/
|
||||
QString nomenclature::getNomenclature()
|
||||
{
|
||||
//Process...
|
||||
@@ -161,10 +161,10 @@ QString nomenclature::getNomenclature()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief nomenclature::getElementInfo
|
||||
* @param elmt : the element to getinfo
|
||||
* @return : QString with information about element formated to csv file
|
||||
*/
|
||||
@brief nomenclature::getElementInfo
|
||||
@param elmt : the element to getinfo
|
||||
@return : QString with information about element formated to csv file
|
||||
*/
|
||||
QString nomenclature::getElementInfo(Element *elmt) {
|
||||
QString info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user