olena: olena-2.0-855-g478a682 Fix Doxygen command names in Milena documentation.

* mln/topo/is_not_1d_isthmus.hh, * mln/topo/is_not_end_point.hh, * mln/topo/is_simple_point2d.hh, * mln/topo/is_simple_point3d.hh: Here. --- milena/ChangeLog | 10 ++++++++++ milena/mln/topo/is_not_1d_isthmus.hh | 5 +++-- milena/mln/topo/is_not_end_point.hh | 5 +++-- milena/mln/topo/is_simple_point2d.hh | 6 +++--- milena/mln/topo/is_simple_point3d.hh | 5 +++-- 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index c00e8fa..47e0c5e 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,15 @@ 2014-05-22 Roland Levillain <roland@lrde.epita.fr> + Fix Doxygen command names in Milena documentation. + + * mln/topo/is_not_1d_isthmus.hh, + * mln/topo/is_not_end_point.hh, + * mln/topo/is_simple_point2d.hh, + * mln/topo/is_simple_point3d.hh: + Here. + +2014-05-22 Roland Levillain <roland@lrde.epita.fr> + Address Clang warnings in Milena. * mln/core/image/dmorph/mutable_extension_ima.hh, diff --git a/milena/mln/topo/is_not_1d_isthmus.hh b/milena/mln/topo/is_not_1d_isthmus.hh index 101cdf2..e6ba5f5 100644 --- a/milena/mln/topo/is_not_1d_isthmus.hh +++ b/milena/mln/topo/is_not_1d_isthmus.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2011, 2013 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2011, 2013, 2014 EPITA Research and Development +// Laboratory (LRDE). // // This file is part of Olena. // @@ -58,7 +59,7 @@ namespace mln /// /// \param nbh_fg The foreground neighborhood. /// \param nbh_bg The background neighborhood. - /// \apram ima The image. + /// \param ima The image. is_not_1d_isthmus(const Neighborhood<N>& nbh_fg, const Neighborhood<N>& nbh_bg, const Image<I>& ima); diff --git a/milena/mln/topo/is_not_end_point.hh b/milena/mln/topo/is_not_end_point.hh index 31ac02d..61b6e7b 100644 --- a/milena/mln/topo/is_not_end_point.hh +++ b/milena/mln/topo/is_not_end_point.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2010, 2011 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2010, 2011, 2014 EPITA Research and Development +// Laboratory (LRDE). // // This file is part of Olena. // @@ -51,7 +52,7 @@ namespace mln /// Build a functor, and assign an image to it. /// /// \param nbh The (foreground) neighborhood. - /// \apram ima The image. + /// \param ima The image. is_not_end_point(const Neighborhood<N>& nbh, const Image<I>& ima); /// Set the underlying image. diff --git a/milena/mln/topo/is_simple_point2d.hh b/milena/mln/topo/is_simple_point2d.hh index ae05663..d8f3fc6 100644 --- a/milena/mln/topo/is_simple_point2d.hh +++ b/milena/mln/topo/is_simple_point2d.hh @@ -1,5 +1,5 @@ -// Copyright (C) 2010, 2011, 2013 EPITA Research and Development -// Laboratory (LRDE) +// Copyright (C) 2010, 2011, 2013, 2014 EPITA Research and Development +// Laboratory (LRDE). // // This file is part of Olena. // @@ -69,7 +69,7 @@ namespace mln /// /// \param nbh_fg The foreground neighborhood. /// \param nbh_bg The background neighborhood. - /// \apram ima The image. + /// \param ima The image. is_simple_point2d(const Neighborhood<N>& nbh_fg, const Neighborhood<N>& nbh_bg, const Image<I>& ima); diff --git a/milena/mln/topo/is_simple_point3d.hh b/milena/mln/topo/is_simple_point3d.hh index d3dac55..de83168 100644 --- a/milena/mln/topo/is_simple_point3d.hh +++ b/milena/mln/topo/is_simple_point3d.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2010, 2011 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2010, 2011, 2014 EPITA Research and Development +// Laboratory (LRDE). // // This file is part of Olena. // @@ -64,7 +65,7 @@ namespace mln /// /// \param nbh_fg The foreground neighborhood. /// \param nbh_bg The background neighborhood. - /// \apram ima The image. + /// \param ima The image. is_simple_point3d(const Neighborhood<N>& nbh_fg, const Neighborhood<N>& nbh_bg, const Image<I>& ima); -- 1.7.10.4
participants (1)
-
Roland Levillain