Fixed doxygen warnings, can be refined as required

This commit is contained in:
Klaus Basan
2015-11-06 03:38:43 +01:00
committed by Mathew Sutcliffe
parent b5d74c26e0
commit 71c219842f

View File

@@ -528,6 +528,7 @@ namespace BlackMisc
/*!
* \brief In-place partially sort by some particular key(s).
* \param n size.
* \param key1 A pointer to a member function of T.
* \param keys Zero or more additional pointers to member functions of T.
*/
@@ -549,6 +550,7 @@ namespace BlackMisc
/*!
* \brief Return a copy partially sorted by some particular key(s).
* \param n size
* \param key1 A pointer to a member function of T.
* \param keys Zero or more additional pointers to member functions of T.
*/