URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-10-17 Guillaume Duhamel <guillaume.duhamel(a)lrde.epita.fr>
Update typo.
* mln/canvas/browsing/dir_ricard51.hh,
* mln/core/box2d_h.hh,
* mln/core/mesh_p_piter.hh,
* mln/core/trait/op_mult.hh,
* mln/fun/i2v/all.hh,
* mln/fun/p2v/all.hh,
* mln/fun/v2v/all.hh,
* mln/fun/x2x/all.hh,
* mln/level/approx/all.hh,
* mln/level/naive/all.hh,
* mln/trait/all.hh,
* mln/trait/op/all.hh,
* mln/trait/op/minus.hh,
* mln/trait/op/plus.hh,
* mln/trait/op/times.hh,
* mln/trait/op/uminus.hh,
* mln/trait/promote.hh,
* mln/trait/solve.hh,
* mln/trait/value/print.hh,
* tests/fun_x2x_composed.cc,
* tests/fun_x2x_rotation.cc,
* tests/fun_x2x_translation.cc,
* tests/histo_to_image1d.cc,
* tests/labeling_level_fast.cc,
* tests/main.cc,
* tests/new_io_pgm.cc,
* tests/seed2tiling.cc: Update typo.
---
mln/canvas/browsing/dir_ricard51.hh | 2 +-
mln/core/box2d_h.hh | 2 +-
mln/core/mesh_p_piter.hh | 2 +-
mln/core/trait/op_mult.hh | 7 +++++++
mln/fun/i2v/all.hh | 2 +-
mln/fun/p2v/all.hh | 2 +-
mln/fun/v2v/all.hh | 2 +-
mln/fun/x2x/all.hh | 2 +-
mln/level/approx/all.hh | 2 +-
mln/level/naive/all.hh | 2 +-
mln/trait/all.hh | 7 +++++++
mln/trait/op/all.hh | 7 +++++++
mln/trait/op/minus.hh | 8 ++++++++
mln/trait/op/plus.hh | 8 ++++++++
mln/trait/op/times.hh | 8 ++++++++
mln/trait/op/uminus.hh | 7 +++++++
mln/trait/promote.hh | 8 ++++++++
mln/trait/solve.hh | 8 ++++++++
mln/trait/value/print.hh | 2 +-
tests/fun_x2x_composed.cc | 2 +-
tests/fun_x2x_rotation.cc | 2 +-
tests/fun_x2x_translation.cc | 2 +-
tests/histo_to_image1d.cc | 2 +-
tests/labeling_level_fast.cc | 2 +-
tests/main.cc | 2 +-
tests/new_io_pgm.cc | 2 +-
tests/seed2tiling.cc | 2 +-
27 files changed, 86 insertions(+), 18 deletions(-)
Index: trunk/milena/tests/fun_x2x_translation.cc
===================================================================
--- trunk/milena/tests/fun_x2x_translation.cc (revision 1353)
+++ trunk/milena/tests/fun_x2x_translation.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/image2d.cc
+/*! \file tests/fun_x2x_translation.cc
*
* \brief Tests on mln::fun::x2x::translation.
*/
Index: trunk/milena/tests/fun_x2x_rotation.cc
===================================================================
--- trunk/milena/tests/fun_x2x_rotation.cc (revision 1353)
+++ trunk/milena/tests/fun_x2x_rotation.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/image2d.cc
+/*! \file tests/fun_x2x_rotation.cc
*
* \brief Tests on mln::fun::x2x::rotation.
*/
Index: trunk/milena/tests/histo_to_image1d.cc
===================================================================
--- trunk/milena/tests/histo_to_image1d.cc (revision 1353)
+++ trunk/milena/tests/histo_to_image1d.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/histo.cc
+/*! \file tests/histo_to_image1d.cc
*
* \brief Tests on mln::accu::histo and mln::histo::data.
*/
Index: trunk/milena/tests/labeling_level_fast.cc
===================================================================
--- trunk/milena/tests/labeling_level_fast.cc (revision 1353)
+++ trunk/milena/tests/labeling_level_fast.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/labeling_foreground.cc
+/*! \file tests/labeling_level_fast.cc
*
* \brief Test on mln::labeling::level.
*/
Index: trunk/milena/tests/fun_x2x_composed.cc
===================================================================
--- trunk/milena/tests/fun_x2x_composed.cc (revision 1353)
+++ trunk/milena/tests/fun_x2x_composed.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/image2d.cc
+/*! \file tests/fun_x2x_composed.cc
*
* \brief Tests on mln::fun::x2x::composed.
*/
Index: trunk/milena/tests/new_io_pgm.cc
===================================================================
--- trunk/milena/tests/new_io_pgm.cc (revision 1353)
+++ trunk/milena/tests/new_io_pgm.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/mew_io_pgm.cc
+/*! \file tests/new_io_pgm.cc
*
* \brief Tests on Test on mln::io::ppm::load and mln::io::ppm::save.
*/
Index: trunk/milena/tests/main.cc
===================================================================
--- trunk/milena/tests/main.cc (revision 1353)
+++ trunk/milena/tests/main.cc (revision 1354)
@@ -26,7 +26,7 @@
// Public License.
/*!
- * \file test/main.cc
+ * \file tests/main.cc
*
* \brief Test on mln::morpho.
*
Index: trunk/milena/tests/seed2tiling.cc
===================================================================
--- trunk/milena/tests/seed2tiling.cc (revision 1353)
+++ trunk/milena/tests/seed2tiling.cc (revision 1354)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/seeds2tiling.cc
+/*! \file tests/seed2tiling.cc
*
* \brief Tests on mln::geom::seed2tiling.
*/
Index: trunk/milena/mln/trait/promote.hh
===================================================================
--- trunk/milena/mln/trait/promote.hh (revision 1353)
+++ trunk/milena/mln/trait/promote.hh (revision 1354)
@@ -28,6 +28,14 @@
#ifndef MLN_TRAIT_PROMOTE_HH
# define MLN_TRAIT_PROMOTE_HH
+/*!
+ * \file promote.hh
+ *
+ * \brief FIXME
+ *
+ */
+
+
# include <mln/trait/solve.hh>
Index: trunk/milena/mln/trait/solve.hh
===================================================================
--- trunk/milena/mln/trait/solve.hh (revision 1353)
+++ trunk/milena/mln/trait/solve.hh (revision 1354)
@@ -28,6 +28,14 @@
#ifndef MLN_TRAIT_SOLVE_HH
# define MLN_TRAIT_SOLVE_HH
+/*!
+ * \file mln/trait/solve.hh
+ *
+ * \brief FIXME
+ *
+ *
+ */
+
# include <mln/core/category.hh>
# include <mln/metal/equal.hh>
# include <mln/metal/if.hh>
Index: trunk/milena/mln/trait/all.hh
===================================================================
--- trunk/milena/mln/trait/all.hh (revision 1353)
+++ trunk/milena/mln/trait/all.hh (revision 1354)
@@ -28,6 +28,13 @@
#ifndef MLN_TRAIT_ALL_HH
# define MLN_TRAIT_ALL_HH
+/*!
+ * \file mln/trait/all.hh
+ *
+ * \brief Definition of all traits.
+ *
+ */
+
namespace mln
{
Index: trunk/milena/mln/trait/value/print.hh
===================================================================
--- trunk/milena/mln/trait/value/print.hh (revision 1353)
+++ trunk/milena/mln/trait/value/print.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_TRAIT_VALUE_PRINT_HH
# define MLN_TRAIT_VALUE_PRINT_HH
-/*! \file mln/trait/values.hh
+/*! \file mln/trait/values/print.hh
*
* \brief Print the collection of traits for an value type.
*/
Index: trunk/milena/mln/trait/op/times.hh
===================================================================
--- trunk/milena/mln/trait/op/times.hh (revision 1353)
+++ trunk/milena/mln/trait/op/times.hh (revision 1354)
@@ -28,6 +28,14 @@
#ifndef MLN_TRAIT_OP_TIMES_HH
# define MLN_TRAIT_OP_TIMES_HH
+/*!
+ * \file mln/trait/op/times.hh
+ *
+ * \brief FIXME
+ *
+ */
+
+
# include <mln/trait/promote.hh>
Index: trunk/milena/mln/trait/op/plus.hh
===================================================================
--- trunk/milena/mln/trait/op/plus.hh (revision 1353)
+++ trunk/milena/mln/trait/op/plus.hh (revision 1354)
@@ -28,6 +28,14 @@
#ifndef MLN_TRAIT_OP_PLUS_HH
# define MLN_TRAIT_OP_PLUS_HH
+/*!
+ * \file mln/trait/op/plus.hh
+ *
+ * \brief FIXME
+ *
+ */
+
+
# include <mln/trait/promote.hh>
Index: trunk/milena/mln/trait/op/all.hh
===================================================================
--- trunk/milena/mln/trait/op/all.hh (revision 1353)
+++ trunk/milena/mln/trait/op/all.hh (revision 1354)
@@ -28,6 +28,13 @@
#ifndef MLN_TRAIT_OP_ALL_HH
# define MLN_TRAIT_OP_ALL_HH
+/*!
+ * \file all.hh
+ *
+ * \brief FIXME
+ *
+ */
+
namespace mln
{
Index: trunk/milena/mln/trait/op/minus.hh
===================================================================
--- trunk/milena/mln/trait/op/minus.hh (revision 1353)
+++ trunk/milena/mln/trait/op/minus.hh (revision 1354)
@@ -28,6 +28,14 @@
#ifndef MLN_TRAIT_OP_MINUS_HH
# define MLN_TRAIT_OP_MINUS_HH
+/*!
+ * \file mln/trait/op/minus.hh
+ *
+ * \brief FIXME
+ *
+ */
+
+
# include <mln/trait/promote.hh>
Index: trunk/milena/mln/trait/op/uminus.hh
===================================================================
--- trunk/milena/mln/trait/op/uminus.hh (revision 1353)
+++ trunk/milena/mln/trait/op/uminus.hh (revision 1354)
@@ -28,6 +28,13 @@
#ifndef MLN_TRAIT_OP_UMINUS_HH
# define MLN_TRAIT_OP_UMINUS_HH
+/*!
+ * \file mln/trait/op/uminus.hh
+ *
+ * \brief FIXME
+ *
+ */
+
# include <mln/trait/solve.hh>
Index: trunk/milena/mln/core/mesh_p_piter.hh
===================================================================
--- trunk/milena/mln/core/mesh_p_piter.hh (revision 1353)
+++ trunk/milena/mln/core/mesh_p_piter.hh (revision 1354)
@@ -31,7 +31,7 @@
# include <mln/core/internal/point_iterator_base.hh>
# include <mln/core/mesh_p.hh>
-/*! \file mln/core/mesh_psite.hh
+/*! \file mln/core/mesh_p_piter.hh
*
* \brief Definition of point iterator on graph-based point set.
*/
Index: trunk/milena/mln/core/trait/op_mult.hh
===================================================================
--- trunk/milena/mln/core/trait/op_mult.hh (revision 1353)
+++ trunk/milena/mln/core/trait/op_mult.hh (revision 1354)
@@ -28,6 +28,13 @@
#ifndef MLN_TRAIT_OP_MULT_HH
# define MLN_TRAIT_OP_MULT_HH
+/*!
+ * \file mln/core/trait/op_mult.hh
+ *
+ * \brief FIXME.
+ *
+ */
+
# define mln_op_mult(T, U) typename mln::trait::op_mult< T , U >::ret
Index: trunk/milena/mln/core/box2d_h.hh
===================================================================
--- trunk/milena/mln/core/box2d_h.hh (revision 1353)
+++ trunk/milena/mln/core/box2d_h.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_CORE_BOX2D_H_HH
# define MLN_CORE_BOX2D_H_HH
-/*! \file mln/core/box2d.hh
+/*! \file mln/core/box2d_h.hh
*
* \brief Definition of the mln::box2d alias and of construction
* routines.
Index: trunk/milena/mln/level/naive/all.hh
===================================================================
--- trunk/milena/mln/level/naive/all.hh (revision 1353)
+++ trunk/milena/mln/level/naive/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_LEVEL_NAIVE_ALL_HH
# define MLN_LEVEL_NAIVE_ALL_HH
-/*! \file mln/level/aprox/all.hh
+/*! \file mln/level/naive/all.hh
*
* \brief File that includes all level-related routines with
* naive approach.
Index: trunk/milena/mln/level/approx/all.hh
===================================================================
--- trunk/milena/mln/level/approx/all.hh (revision 1353)
+++ trunk/milena/mln/level/approx/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_LEVEL_APPROX_ALL_HH
# define MLN_LEVEL_APPROX_ALL_HH
-/*! \file mln/level/aprox/all.hh
+/*! \file mln/level/approx/all.hh
*
* \brief File that includes all level-related routines with
* approximation.
Index: trunk/milena/mln/fun/i2v/all.hh
===================================================================
--- trunk/milena/mln/fun/i2v/all.hh (revision 1353)
+++ trunk/milena/mln/fun/i2v/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_FUN_I2V_ALL_HH
# define MLN_FUN_I2V_ALL_HH
-/*! \file mln/fun_i2v/all.hh
+/*! \file mln/fun/i2v/all.hh
*
* \brief File that includes all functions from index to value.
*/
Index: trunk/milena/mln/fun/x2x/all.hh
===================================================================
--- trunk/milena/mln/fun/x2x/all.hh (revision 1353)
+++ trunk/milena/mln/fun/x2x/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_FUN_X2X_ALL_HH
# define MLN_FUN_X2X_ALL_HH
-/*! \file mln/fun_x2x/all.hh
+/*! \file mln/fun/x2x/all.hh
*
* \brief File that includes all functions from vector to vector.
*/
Index: trunk/milena/mln/fun/p2v/all.hh
===================================================================
--- trunk/milena/mln/fun/p2v/all.hh (revision 1353)
+++ trunk/milena/mln/fun/p2v/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_FUN_P2V_ALL_HH
# define MLN_FUN_P2V_ALL_HH
-/*! \file mln/fun_p2v/all.hh
+/*! \file mln/fun/p2v/all.hh
*
* \brief File that includes all functions from point to value.
*/
Index: trunk/milena/mln/fun/v2v/all.hh
===================================================================
--- trunk/milena/mln/fun/v2v/all.hh (revision 1353)
+++ trunk/milena/mln/fun/v2v/all.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_FUN_V2V_ALL_HH
# define MLN_FUN_V2V_ALL_HH
-/*! \file mln/fun_v2v/all.hh
+/*! \file mln/fun/v2v/all.hh
*
* \brief File that includes all functions from value to value.
*/
Index: trunk/milena/mln/canvas/browsing/dir_ricard51.hh
===================================================================
--- trunk/milena/mln/canvas/browsing/dir_ricard51.hh (revision 1353)
+++ trunk/milena/mln/canvas/browsing/dir_ricard51.hh (revision 1354)
@@ -28,7 +28,7 @@
#ifndef MLN_CANVAS_DIR_RICARD51_HH
# define MLN_CANVAS_DIR_RICARD51_HH
-/*! \file mln/canvas/dir_ricard51.hh
+/*! \file mln/canvas/browsing/dir_ricard51.hh
*
* \brief Dir_Ricard51 browsing of an image.
*/