URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2008-04-03 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
Fix documentation and guards in p_image2d.
* mln/core/p_image2d.hh: Fix documentation and guards.
* mln/core/p_image2d_piter.hh: Fix documentation.
---
p_image2d.hh | 10 +++++-----
p_image2d_piter.hh | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
Index: trunk/milena/mln/core/p_image2d.hh
===================================================================
--- trunk/milena/mln/core/p_image2d.hh (revision 1836)
+++ trunk/milena/mln/core/p_image2d.hh (revision 1837)
@@ -25,13 +25,13 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_P_SET_HH
-# define MLN_CORE_P_SET_HH
+#ifndef MLN_CORE_P_IMAGE2D_HH
+# define MLN_CORE_P_IMAGE2D_HH
-/*! \file mln/core/p_set.hh
+/*! \file mln/core/p_image2d.hh
*
- * \brief Definition of a point set class based on std::set.
+ * \brief Definition of a point set class based on a image of booleans.
*/
# include <mln/core/internal/point_set_base.hh>
@@ -206,4 +206,4 @@
# include <mln/core/p_image2d_piter.hh>
-#endif // ! MLN_CORE_P_SET_HH
+#endif // ! MLN_CORE_P_IMAGE2D_HH
Index: trunk/milena/mln/core/p_image2d_piter.hh
===================================================================
--- trunk/milena/mln/core/p_image2d_piter.hh (revision 1836)
+++ trunk/milena/mln/core/p_image2d_piter.hh (revision 1837)
@@ -29,7 +29,7 @@
# define MLN_CORE_P_IMAGE2D_PITER_HH
/// \file mln/core/p_image2d_piter.hh
-/// \brief Definition of point iterators on mln::p_array.
+/// \brief Definition of point iterators on mln::p_image2d.
# include <mln/core/p_image2d.hh>
# include <mln/core/box_piter.hh>