Doxygen style.

This commit is contained in:
Mathew Sutcliffe
2016-07-02 01:40:00 +01:00
parent 8d5020d78e
commit e20c8bbcbd
6 changed files with 292 additions and 572 deletions

View File

@@ -91,7 +91,7 @@ namespace BlackMisc
} //namespace Private
/*!
* \brief Predicate which tests whether some member functions return some values.
* Predicate which tests whether some member functions return some values.
* \param vs Pairs of { pointer to member function of T, value to compare it against }.
* \return A unary functor whose operator() which will perform the actual test.
*/
@@ -102,7 +102,7 @@ namespace BlackMisc
}
/*!
* \brief Predicate which compares the return values of some member functions of two objects.
* Predicate which compares the return values of some member functions of two objects.
* \param vs Pointers to member functions of T.
* \return A binary functor whose operator() which will perform the actual test.
*/