From 2229a1938ddb7ccc7254dade0a46cd1a63d065bb Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sun, 19 Jul 2020 20:05:13 +0200 Subject: [PATCH] Add documentation --- sources/properties/propertiesinterface.cpp | 7 ++++++- sources/properties/propertiesinterface.h | 7 ++++--- sources/properties/reportproperties.h | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/sources/properties/propertiesinterface.cpp b/sources/properties/propertiesinterface.cpp index 5d148ea06..9555292ca 100644 --- a/sources/properties/propertiesinterface.cpp +++ b/sources/properties/propertiesinterface.cpp @@ -17,10 +17,15 @@ */ #include "propertiesinterface.h" +/** + @brief PropertiesInterface::PropertiesInterface +*/ PropertiesInterface::PropertiesInterface() { } - +/** + @brief PropertiesInterface::~PropertiesInterface +*/ PropertiesInterface::~PropertiesInterface() { diff --git a/sources/properties/propertiesinterface.h b/sources/properties/propertiesinterface.h index 4dca7d126..54914e9d8 100644 --- a/sources/properties/propertiesinterface.h +++ b/sources/properties/propertiesinterface.h @@ -23,9 +23,10 @@ #include /** - * @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: diff --git a/sources/properties/reportproperties.h b/sources/properties/reportproperties.h index 9699ca075..a24c54776 100644 --- a/sources/properties/reportproperties.h +++ b/sources/properties/reportproperties.h @@ -20,6 +20,9 @@ #include +/** + @brief The ReportProperties class +*/ class ReportProperties { public: