diff --git a/src/blackmisc/sequence.h b/src/blackmisc/sequence.h index b358b673e..d339c59a2 100644 --- a/src/blackmisc/sequence.h +++ b/src/blackmisc/sequence.h @@ -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. */