Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) @@ -22,6 +22,10 @@ namespace View { +/*! + * \brief The VTreatmentAdjustmentSaline class + * \details View for Model's Data representation. + */ class VTreatmentAdjustmentSaline : public VTreatmentAdjustmentResponseBase { Q_OBJECT @@ -50,6 +54,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); }; }