
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2008-02-13 Michel Pellegrin <pellegrin@lrde.epita.fr> Fix Doxygen comment. * mln/core/internal/set_of.hh: here. --- set_of.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: trunk/milena/mln/core/internal/set_of.hh =================================================================== --- trunk/milena/mln/core/internal/set_of.hh (revision 1719) +++ trunk/milena/mln/core/internal/set_of.hh (revision 1720) @@ -76,9 +76,9 @@ /*! \brief Remove an element \p elt into the set. * - * \param[in] elt The element to be inserted. + * \param[in] elt The element to be deleted. * - * If \p elt is already in the set, this method is a no-op. + * If \p elt is not in the set, this method is a no-op. * * \return The set itself after suppression. */