Remove invalid @todos

This commit is contained in:
Tristan Penman 2015-03-22 22:31:22 +11:00
parent 2f332e4223
commit 88d9edc136

View File

@ -622,8 +622,6 @@ public:
* @brief Validate against the multipleOf or divisibleBy constraints
* represented by a MultipleOfDecimalConstraint object.
*
* @todo Not implemented.
*
* @param constraint Constraint that the target must validate against.
*
* @return true if the constraint is satisfied, false otherwise.
@ -675,8 +673,6 @@ public:
* @brief Validate against the multipleOf or divisibleBy constraints
* represented by a MultipleOfIntegerConstraint object.
*
* @todo Not implemented.
*
* @param constraint Constraint that the target must validate against.
*
* @return true if the constraint is satisfied, false otherwise.