Add documentation

This commit is contained in:
Simon De Backer
2020-07-19 20:05:13 +02:00
parent ffcdccb469
commit 2229a1938d
3 changed files with 13 additions and 4 deletions

View File

@@ -23,9 +23,10 @@
#include <QDomElement>
/**
* @brief The PropertiesInterface class
* This class is an interface for have common way to use properties in QElectroTech
*/
@brief The PropertiesInterface class
This class is an interface for have common way
to use properties in QElectroTech
*/
class PropertiesInterface
{
public: