Le 13 févr. 08 à 10:35, Michel Pellegrin a écrit :
URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2008-02-13 Michel Pellegrin <pellegrin(a)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.
*/
Thanks for having spotted those typos! It's rather hard to detect
them afterwards.