https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Fix doc.
* tests/int_s8.cc: Rename as...
* tests/int_s.cc: ...this.
* tests/sort_points.cc,
* mln/pw/all.hh,
* mln/pw/value.hh,
* mln/core/win/vline2d.hh,
* mln/core/win/hline2d.hh,
* mln/core/win/rectangle2d.hh: Fix doc.
* doc/Doxyfile.in: Update.
doc/Doxyfile.in | 2 ++
mln/core/win/hline2d.hh | 2 +-
mln/core/win/rectangle2d.hh | 2 +-
mln/core/win/vline2d.hh | 2 +-
mln/pw/all.hh | 2 +-
mln/pw/value.hh | 2 +-
tests/sort_points.cc | 4 ++--
7 files changed, 9 insertions(+), 7 deletions(-)
Index: tests/sort_points.cc
--- tests/sort_points.cc (revision 1040)
+++ tests/sort_points.cc (working copy)
@@ -25,9 +25,9 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*! \file tests/histo.cc
+/*! \file tests/sort_points.cc
*
- * \brief Tests on mln::accu::histo<S> and mln::histo::data<S>.
+ * \brief Tests on mln::level::sort_points.
*/
#include <iterator>
Index: doc/Doxyfile.in
--- doc/Doxyfile.in (revision 1040)
+++ doc/Doxyfile.in (working copy)
@@ -1054,9 +1054,11 @@
"mln_viter(T)=typename T::viter" \
"mln_fwd_viter(T)=typename T::fwd_viter" \
"mln_bkd_viter(T)=typename T::bkd_viter" \
+ "mln_result(T)=typename T::result" \
"mln_enc(T)=typename T::enc" \
"mln_value(T)=typename T::value" \
"mln_qlf_value(T)=typename T::qlf_value" \
+ "mln_pset(T)=typename T::pset" \
"mln_vset(T)=typename T::vset" \
"mln_rvalue(T)=typename T::rvalue" \
"mln_lvalue(T)=typename T::lvalue" \
Index: mln/pw/all.hh
--- mln/pw/all.hh (revision 1040)
+++ mln/pw/all.hh (working copy)
@@ -28,7 +28,7 @@
#ifndef MLN_PW_ALL_HH
# define MLN_PW_ALL_HH
-/*! \file mln/fun/pw/all.hh
+/*! \file mln/pw/all.hh
*
* \brief File that includes all "point-wise" expression tools.
*/
Index: mln/pw/value.hh
--- mln/pw/value.hh (revision 1040)
+++ mln/pw/value.hh (working copy)
@@ -28,7 +28,7 @@
#ifndef MLN_PW_VALUE_HH
# define MLN_PW_VALUE_HH
-/*! \file mln/fun/pw/value.hh
+/*! \file mln/pw/value.hh
*
* \brief FIXME.
*/
Index: mln/core/win/vline2d.hh
--- mln/core/win/vline2d.hh (revision 1040)
+++ mln/core/win/vline2d.hh (working copy)
@@ -124,7 +124,7 @@
*
* \return The modified output stream \p ostr.
*
- * \relates mln::vline2d
+ * \relates mln::win::vline2d
*/
std::ostream& operator<<(std::ostream& ostr, const vline2d& win);
Index: mln/core/win/hline2d.hh
--- mln/core/win/hline2d.hh (revision 1040)
+++ mln/core/win/hline2d.hh (working copy)
@@ -122,7 +122,7 @@
*
* \return The modified output stream \p ostr.
*
- * \relates mln::hline2d
+ * \relates mln::win::hline2d
*/
std::ostream& operator<<(std::ostream& ostr, const hline2d& win);
Index: mln/core/win/rectangle2d.hh
--- mln/core/win/rectangle2d.hh (revision 1040)
+++ mln/core/win/rectangle2d.hh (working copy)
@@ -129,7 +129,7 @@
*
* \return The modified output stream \p ostr.
*
- * \relates mln::rectangle2d
+ * \relates mln::win::rectangle2d
*/
std::ostream& operator<<(std::ostream& ostr, const rectangle2d&
win);