Index: sources/applicationcontroller.cpp =================================================================== diff -u -rf623529d6ec25b555f3ac2248d71fc2b5e7063d6 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/applicationcontroller.cpp (.../applicationcontroller.cpp) (revision f623529d6ec25b555f3ac2248d71fc2b5e7063d6) +++ sources/applicationcontroller.cpp (.../applicationcontroller.cpp) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -24,7 +24,7 @@ SINGLETON_INIT(ApplicationController) /*! - * \brief ApplicationController::ApplicationController + * \brief ApplicationController Constructor * \param parent */ ApplicationController::ApplicationController(QObject *parent) : QObject(parent) Index: sources/canbus/caninterface.cpp =================================================================== diff -u -rf623529d6ec25b555f3ac2248d71fc2b5e7063d6 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision f623529d6ec25b555f3ac2248d71fc2b5e7063d6) +++ sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -26,7 +26,7 @@ SINGLETON_INIT(CanInterface) /*! - * \brief constructor + * \brief Caninterface Constructor * \param parent object */ CanInterface::CanInterface(QObject *parent) : QObject(parent) {} Index: sources/canbus/messagehandler.cpp =================================================================== diff -u -r122494195267f00e889587abe5be5249cfdf4d91 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/canbus/messagehandler.cpp (.../messagehandler.cpp) (revision 122494195267f00e889587abe5be5249cfdf4d91) +++ sources/canbus/messagehandler.cpp (.../messagehandler.cpp) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -30,7 +30,7 @@ SINGLETON_INIT(MessageHandler) /*! - * \brief MessageHandler::MessageHandler + * \brief MessageHandler Constructor * \param parent */ MessageHandler::MessageHandler(QObject *parent) : QObject(parent) Index: sources/gui/guicontroller.cpp =================================================================== diff -u -rf623529d6ec25b555f3ac2248d71fc2b5e7063d6 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision f623529d6ec25b555f3ac2248d71fc2b5e7063d6) +++ sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -25,6 +25,10 @@ // Singleton SINGLETON_INIT(GuiController) +/*! + * \brief GuiController Constructor + * \param parent + */ GuiController::GuiController(QObject *parent) : QObject(parent) {} /*! Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r174d5078531f9dfbe9cdc45274b852984bb72647 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 174d5078531f9dfbe9cdc45274b852984bb72647) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -6,7 +6,7 @@ * IN PART OR IN WHOLE, \n * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n * - * \file BackButton.aml + * \file BackButton.qml * \date 2019/11/18 * \author Behrouz NematiPour * Index: sources/gui/qml/components/LogoD.qml =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/gui/qml/components/LogoD.qml (.../LogoD.qml) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/gui/qml/components/LogoD.qml (.../LogoD.qml) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -6,7 +6,7 @@ * IN PART OR IN WHOLE, \n * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n * - * \file LogoD.aml + * \file LogoD.qml * \date 2019/10/18 * \author Behrouz NematiPour * Index: sources/maintimer.cpp =================================================================== diff -u -r9a3ee027dbc33f39ee7df2a9dc5a7897c6b1854d -rde2f87e15fa05b1c45581cfedd8f1af0c47c2b48 --- sources/maintimer.cpp (.../maintimer.cpp) (revision 9a3ee027dbc33f39ee7df2a9dc5a7897c6b1854d) +++ sources/maintimer.cpp (.../maintimer.cpp) (revision de2f87e15fa05b1c45581cfedd8f1af0c47c2b48) @@ -22,7 +22,7 @@ SINGLETON_INIT(MainTimer) /*! - * \brief MainTimer::MainTimer + * \brief MainTimer Constructor * \param parent */ MainTimer::MainTimer(QObject *parent) : QObject(parent)