URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-10-17 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
Update documentation.
* mln/core/concept/object.hh,
* mln/level/approx/all.hh: Fix.
---
core/concept/object.hh | 2 +-
level/approx/all.hh | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
Index: trunk/milena/mln/core/concept/object.hh
===================================================================
--- trunk/milena/mln/core/concept/object.hh (revision 1352)
+++ trunk/milena/mln/core/concept/object.hh (revision 1353)
@@ -67,7 +67,7 @@
namespace internal
{
/// FIXME : doc
- namespace check
+ namespace check {}
}
// Fwd decl.
Index: trunk/milena/mln/level/approx/all.hh
===================================================================
--- trunk/milena/mln/level/approx/all.hh (revision 1352)
+++ trunk/milena/mln/level/approx/all.hh (revision 1353)
@@ -42,8 +42,11 @@
namespace level
{
- /// Namespace of image processing routines related to pixel levels
- /// with approximation.
+ /*! \namespace approx
+ *
+ * \brief Namespace of image processing routines related to pixel
+ * levels with approximation.
+ */
namespace approx
{
/// Implementation namespace of level::approx namespace.