mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Doxygen style.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user