Skip to content

Commit

Permalink
update function's doc
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 2, 2023
1 parent c368c28 commit 852ece0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ static int valueForSort(BindingConstraint::Operator op)
}

/**
* @brief Compare ranged constraint e.g name ends with '_lt' or '_gt'
* if suffixes are equal then the '*_lt' constraint is "superior"
* @brief Compare ranged constraint i.e their names end with _lt or _gt
* if suffixes are equal then the "*_lt" constraint is less than the "*_gt"
* @param constraint_1
* @param constraint_2
* @return true
* @return false
* @return true if constraint_1 < constraint_2
*/
bool compareRangedConstraint(const ConstraintName& constraint_1, const ConstraintName& constraint_2)
{
Expand Down

0 comments on commit 852ece0

Please sign in to comment.