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

@@ -17,10 +17,15 @@
*/ */
#include "propertiesinterface.h" #include "propertiesinterface.h"
/**
@brief PropertiesInterface::PropertiesInterface
*/
PropertiesInterface::PropertiesInterface() PropertiesInterface::PropertiesInterface()
{ {
} }
/**
@brief PropertiesInterface::~PropertiesInterface
*/
PropertiesInterface::~PropertiesInterface() PropertiesInterface::~PropertiesInterface()
{ {

View File

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

View File

@@ -20,6 +20,9 @@
#include <QString> #include <QString>
/**
@brief The ReportProperties class
*/
class ReportProperties class ReportProperties
{ {
public: public: