
--- milena/ChangeLog | 4 ++++ milena/mln/core/p_complex_piter.hh | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 1778c8e..fb9ab2e 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2008-09-10 Roland Levillain <roland@lrde.epita.fr> + * mln/core/p_complex_piter.hh: Fix Doxygen header. + +2008-09-10 Roland Levillain <roland@lrde.epita.fr> + Add forward and backward iterators on complexes. * mln/core/complex_iter.hh: New diff --git a/milena/mln/core/p_complex_piter.hh b/milena/mln/core/p_complex_piter.hh index 467f352..98efc11 100644 --- a/milena/mln/core/p_complex_piter.hh +++ b/milena/mln/core/p_complex_piter.hh @@ -28,16 +28,16 @@ #ifndef MLN_CORE_P_COMPLEX_PITER_HH # define MLN_CORE_P_COMPLEX_PITER_HH +/// \file mln/core/p_complex_piter.hh +/// \brief Definition of point iterator on complex-based pset. + # include <limits> # include <mln/core/internal/point_iterator_base.hh> # include <mln/core/p_complex.hh> # include <mln/core/complex_psite.hh> -/// \file mln/core/p_complex_piter.hh -/// \brief Definition of point iterator on complex-based pset. - -// Factor p_complex_fwd_piter_<D, P> and p_complex_bkd_piter_<D, P> +// Factor p_complex_fwd_piter_<D, P> and p_complex_bkd_piter_<D, P>. namespace mln { -- 1.5.6.5