minor doxygen fixes

This commit is contained in:
Mathew Sutcliffe
2014-01-28 01:50:30 +00:00
parent 88f4a7186f
commit d073681630
2 changed files with 6 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ namespace BlackMisc
}
/*!
* \brief Return true if there is an element for which a given predicate returns true
* \brief Return true if there is an element for which a given predicate returns true.
*/
template <class Predicate>
bool contains(Predicate p) const
@@ -96,8 +96,6 @@ namespace BlackMisc
/*!
* \brief Return true if there is an element equal to given object
* \param object is this object in container?
* \return
*/
bool contains(const T &object) const
{