Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) @@ -17,10 +17,18 @@ #include // Project -#include "vtreatmentadjustmentresponsebase.h" +#include "main.h" // Doxygen : don't remove +#include "VTreatmentAdjustmentResponseBase.h" namespace View { +/*! + * \brief The VTreatmentAdjustmentSaline class + * \details View for Model's Data representation. + * + * \sa Model::MAdjustSalineResponse + * + */ class VTreatmentAdjustmentSaline : public VTreatmentAdjustmentResponseBase { Q_OBJECT @@ -49,6 +57,11 @@ void doAdjustment(); signals: + /*! + * \brief didAdjustment + * \details the notification signal to adjust the saline bolus state + * \param vData - data model for the duration adjustment request + */ void didAdjustment(const AdjustSalineRequestData &vData); }; }