* mln/core/concept/image.hh,
* mln/core/concept/neighborhood.hh,
* mln/core/concept/site_set.hh,
* mln/core/concept/value.hh,
* mln/core/concept/window.hh: Here.
---
milena/ChangeLog | 10 ++++++++++
milena/mln/core/concept/image.hh | 2 +-
milena/mln/core/concept/neighborhood.hh | 2 +-
milena/mln/core/concept/site_set.hh | 2 +-
milena/mln/core/concept/value.hh | 2 +-
milena/mln/core/concept/window.hh | 2 +-
6 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index fa5c001..ef80cbb 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,15 @@
2013-04-30 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Move concepts in their related type module.
+
+ * mln/core/concept/image.hh,
+ * mln/core/concept/neighborhood.hh,
+ * mln/core/concept/site_set.hh,
+ * mln/core/concept/value.hh,
+ * mln/core/concept/window.hh: Here.
+
+2013-04-30 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* doc/Doxyfile.in: Hide 'It' symbol.
2013-04-30 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/mln/core/concept/image.hh b/milena/mln/core/concept/image.hh
index 3a10dea..b25b4f3 100644
--- a/milena/mln/core/concept/image.hh
+++ b/milena/mln/core/concept/image.hh
@@ -132,7 +132,7 @@ namespace mln
A list of features provided in image classes is detailed in module
\ref modimage.
- \ingroup modconcepts
+ \ingroup modconcepts modimage
*/
template <typename E>
struct Image : public Object<E>
diff --git a/milena/mln/core/concept/neighborhood.hh
b/milena/mln/core/concept/neighborhood.hh
index 7bda059..658a380 100644
--- a/milena/mln/core/concept/neighborhood.hh
+++ b/milena/mln/core/concept/neighborhood.hh
@@ -61,7 +61,7 @@ namespace mln
/*!
\brief Base class for implementation classes that are neighborhoods.
- \ingroup modconcepts
+ \ingroup modconcepts modneighb
*/
template <typename E>
struct Neighborhood : public Object<E>
diff --git a/milena/mln/core/concept/site_set.hh b/milena/mln/core/concept/site_set.hh
index 5b09a9d..1595592 100644
--- a/milena/mln/core/concept/site_set.hh
+++ b/milena/mln/core/concept/site_set.hh
@@ -66,7 +66,7 @@ namespace mln
\see mln::doc::Site_Set for a complete documentation of this
class contents.
- \ingroup modconcepts
+ \ingroup modconcepts modsiteset
*/
template <typename E>
struct Site_Set : public Object<E>
diff --git a/milena/mln/core/concept/value.hh b/milena/mln/core/concept/value.hh
index 47ef01d..ccb4caa 100644
--- a/milena/mln/core/concept/value.hh
+++ b/milena/mln/core/concept/value.hh
@@ -54,7 +54,7 @@ namespace mln
/*!
\brief Base class for implementation classes of values.
- \ingroup modconcepts
+ \ingroup modconcepts valuegroup
*/
template <typename E>
struct Value : public Object<E>
diff --git a/milena/mln/core/concept/window.hh b/milena/mln/core/concept/window.hh
index c6d64f4..c963f48 100644
--- a/milena/mln/core/concept/window.hh
+++ b/milena/mln/core/concept/window.hh
@@ -87,7 +87,7 @@ namespace mln
A window is the definition of a set of points located around a
central point.
- \ingroup modconcepts
+ \ingroup modconcepts modwin
*/
template <typename E>
struct Window : public Object<E>
--
1.7.2.5
Show replies by date