
* mln/geom/rotate.hh (mln::geom::rotate(const Image<I>&, double, const Ext&)): Here. Be more specific. --- milena/ChangeLog | 8 ++++++++ milena/mln/geom/rotate.hh | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 6d7a281..7fe6681 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2009-07-13 Roland Levillain <roland@lrde.epita.fr> + Do not use Doxygen-style comments within an implementation. + + * mln/geom/rotate.hh + (mln::geom::rotate(const Image<I>&, double, const Ext&)): Here. + Be more specific. + +2009-07-13 Roland Levillain <roland@lrde.epita.fr> + * headers.mk, tests/unit_test/unit-tests.mk: Regen. 2009-07-13 Roland Levillain <roland@lrde.epita.fr> diff --git a/milena/mln/geom/rotate.hh b/milena/mln/geom/rotate.hh index f53359b..6cb6773 100644 --- a/milena/mln/geom/rotate.hh +++ b/milena/mln/geom/rotate.hh @@ -165,8 +165,9 @@ namespace mln mln_concrete(I) rotate(const Image<I>& input, double angle, const Ext& extension) { - /// Old versions of GCC do not parse correctly `mln_box(I)()'. - /// Hence, we need to typedef mln_box(I) first. + // Old versions of GCC (including Apple GCC 4.0.1) do not parse + // correctly `mln_box(I)()'. Hence, we need to typedef + // `mln_box(I)' first. typedef mln_box(I) box_t; return rotate(input, angle, extension, box_t()); } -- 1.6.1.2