Index: sources/view/dg/data/VDGLoadCellReadingsData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGLoadCellReadingsData.h (.../VDGLoadCellReadingsData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGLoadCellReadingsData.h (.../VDGLoadCellReadingsData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,18 +27,17 @@ /*! * \brief The VDGLoadCellReadings class * \details View for Model's Data representation. + * + * \sa Model::MDGLoadCellReadings + * */ class VDGLoadCellReadings : public QObject { Q_OBJECT - /*! - Reservoir 1 Primary */ PROPERTY( float , reservoir1Prim , 0) - /*! - Reservoir 1 BackUp */ PROPERTY( float , reservoir1Bkup , 0) - /*! - Reservoir 2 Primary */ PROPERTY( float , reservoir2Prim , 0) - /*! - Reservoir 2 BackUp */ PROPERTY( float , reservoir2Bkup , 0) VIEW_DEC(VDGLoadCellReadings, DGLoadCellReadingsData)