
* mln/core/internal/site_set_base.hh: Do it. --- milena/ChangeLog | 6 ++++++ milena/mln/core/internal/site_set_base.hh | 6 +++++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index a98db9a..18f27e1 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,11 @@ 2008-09-17 Roland Levillain <roland@lrde.epita.fr> + Update the Doxygen documentation of site set internal classes. + + * mln/core/internal/site_set_base.hh: Do it. + +2008-09-17 Roland Levillain <roland@lrde.epita.fr> + Update line graph image. * mln/core/image/line_graph_image.hh diff --git a/milena/mln/core/internal/site_set_base.hh b/milena/mln/core/internal/site_set_base.hh index 42c0199..de2eaeb 100644 --- a/milena/mln/core/internal/site_set_base.hh +++ b/milena/mln/core/internal/site_set_base.hh @@ -46,7 +46,11 @@ namespace mln /*! \internal A base class for site set classes. - * \p P is a psite type. + * + * \arg \p P The psite type of what is ``contained'' in the site + * set, not the psite of the site set (which is + * different, and defined by the site set itself). + * \arg \p E The exact type of the site set. */ template <typename P, typename E> struct site_set_base_ : public Site_Set<E> -- 1.6.0.1