https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Fix doc.
* tests/t_image.cc,
* tests/local_convolve.cc,
* tests/mean.cc,
* tests/pw_image.cc,
* tests/linear_lap.cc,
* doc/Doxyfile.in,
* mln/fun/v2v/id.hh,
* mln/core/sparse_encode.hh,
* mln/core/internal/dpoints_base.hh,
* mln/core/rle_encode.hh,
* mln/make/w_window.hh: Fix doc.
* mln/linear/hconvolve.hh: Remove; obsolete.
doc/Doxyfile.in | 2 ++
mln/core/internal/dpoints_base.hh | 2 +-
mln/core/rle_encode.hh | 2 +-
mln/core/sparse_encode.hh | 2 +-
mln/fun/v2v/id.hh | 4 ++--
mln/make/w_window.hh | 5 ++---
tests/linear_lap.cc | 2 +-
tests/local_convolve.cc | 4 ++--
tests/mean.cc | 4 ++--
tests/pw_image.cc | 4 ++--
tests/t_image.cc | 2 +-
11 files changed, 17 insertions(+), 16 deletions(-)
Index: tests/t_image.cc
--- tests/t_image.cc (revision 1065)
+++ tests/t_image.cc (working copy)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/+t_image.cc
+/*! \file tests/t_image.cc
*
* \brief Tests on mln::t_image.
*/
Index: tests/local_convolve.cc
--- tests/local_convolve.cc (revision 1065)
+++ tests/local_convolve.cc (working copy)
@@ -25,9 +25,9 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/convolve.cc
+/*! \file tests/local_convolve.cc
*
- * \brief Tests on mln::linear::convolve.
+ * \brief Tests on mln::linear::local::convolve.
*/
#include <mln/core/image2d_b.hh>
Index: tests/mean.cc
--- tests/mean.cc (revision 1065)
+++ tests/mean.cc (working copy)
@@ -25,9 +25,9 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/assign.cc
+/*! \file tests/mean.cc
*
- * \brief Tests on mln::level::assign.
+ * \brief Tests on mln::estim::mean.
*/
#include <mln/core/image2d_b.hh>
Index: tests/pw_image.cc
--- tests/pw_image.cc (revision 1065)
+++ tests/pw_image.cc (working copy)
@@ -25,9 +25,9 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/fimage.cc
+/*! \file tests/pw_image.cc
*
- * \brief Tests on mln::fimage.
+ * \brief Tests on mln::pw::image.
*/
#include <mln/fun/p2b/chess.hh>
Index: tests/linear_lap.cc
--- tests/linear_lap.cc (revision 1065)
+++ tests/linear_lap.cc (working copy)
@@ -25,7 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/linear_lAP.cc
+/*! \file tests/linear_lap.cc
*
* \brief Tests on mln::linear::lap_4.
*/
Index: doc/Doxyfile.in
--- doc/Doxyfile.in (revision 1065)
+++ doc/Doxyfile.in (working copy)
@@ -1042,6 +1042,7 @@
# instead of the = operator.
PREDEFINED = \
+ "mlc_unqualif(T)=typename mln::metal::unqualif<T>::ret" \
"mln_piter(T)=typename T::piter" \
"mln_fwd_piter(T)=typename T::fwd_piter" \
"mln_bkd_piter(T)=typename T::bkd_piter" \
@@ -1059,6 +1060,7 @@
"mln_value(T)=typename T::value" \
"mln_qlf_value(T)=typename T::qlf_value" \
"mln_pset(T)=typename T::pset" \
+ "mln_sum(T)=typename mln::value::props<T>::sum" \
"mln_vset(T)=typename T::vset" \
"mln_rvalue(T)=typename T::rvalue" \
"mln_lvalue(T)=typename T::lvalue" \
Index: mln/fun/v2v/id.hh
--- mln/fun/v2v/id.hh (revision 1065)
+++ mln/fun/v2v/id.hh (working copy)
@@ -28,9 +28,9 @@
#ifndef MLN_FUN_V2V_ID_HH
# define MLN_FUN_V2V_ID_HH
-/*! \file mln/fun/id.hh
+/*! \file mln/fun/v2v/id.hh
*
- * \brief FIXME.
+ * \brief Identity function.
*/
# include <mln/fun/internal/selector.hh>
Index: mln/core/sparse_encode.hh
--- mln/core/sparse_encode.hh (revision 1065)
+++ mln/core/sparse_encode.hh (working copy)
@@ -28,7 +28,7 @@
#ifndef MLN_CORE_SPARSE_ENCODE_HH
# define MLN_CORE_SPARSE_ENCODE_HH
-/*! \file mln/core/sparse_image.hh
+/*! \file mln/core/sparse_encode.hh
*
* \brief FIXME
*/
Index: mln/core/internal/dpoints_base.hh
--- mln/core/internal/dpoints_base.hh (revision 1065)
+++ mln/core/internal/dpoints_base.hh (working copy)
@@ -28,7 +28,7 @@
#ifndef MLN_CORE_INTERNAL_DPOINTS_BASE_HH
# define MLN_CORE_INTERNAL_DPOINTS_BASE_HH
-/*! \file mln/core/internal/dpoints_base_.hh
+/*! \file mln/core/internal/dpoints_base.hh
*
* \brief Definition of a base class for classes based on a set of dpoints.
*/
Index: mln/core/rle_encode.hh
--- mln/core/rle_encode.hh (revision 1065)
+++ mln/core/rle_encode.hh (working copy)
@@ -28,7 +28,7 @@
#ifndef MLN_CORE_RLE_ENCODE_HH
# define MLN_CORE_RLE_ENCODE_HH
-/*! \file mln/core/sparse_image.hh
+/*! \file mln/core/rle_encode.hh
*
* \brief FIXME
*/
Index: mln/make/w_window.hh
--- mln/make/w_window.hh (revision 1065)
+++ mln/make/w_window.hh (working copy)
@@ -47,9 +47,8 @@
/*! \brief Create a mln::w_window from a window and a weight
* function.
*
- * \param[in] weights Array.
- *
- * \pre The array size, \c M, has to be a square of an odd integer.
+ * \param[in] win The window.
+ * \param[in] wei A weight function.
*
* \return A weighted window.
*/