Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -racacd66264bfec7cc8a90047485f53903564cef5 -r1f8abdd821041623392d18cf4f80cad9ae1bf246 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision acacd66264bfec7cc8a90047485f53903564cef5) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 1f8abdd821041623392d18cf4f80cad9ae1bf246) @@ -29,9 +29,9 @@ /*! * \brief The VCreateTreatment class * - * The Create Treatment View manages the treatment parameter selection entry and validation. + * The Create Treatment View manages the pre-treatment parameter selection entry and validation. * - * The Create Treatment View manages data display and translation between the user interface + * \details The Create Treatment View manages data display and translation between the user interface * and treatment parameter and treatment parameter response models. * * Upon HD messaging with confirmation of the current parameter selection, @@ -48,6 +48,11 @@ * - The data is validated for correctness and compatibility * - The continue button is enabled upon success so FW can validate the parameter selection * + * \sa Model::MAdjustTreatmentParametersReq + * \sa Model::MTreatmentParametersResponse + * \sa Model::MStartTreatmentReq + * \sa Model::MConfirmTreatmentReq + * \sa Model::MStartTreatmentResponse */ class VTreatmentCreate : public QObject {