olena-2.0-370-g4d3fb09 mln/core/internal/image_base.hh: Set documentation as internal.

--- milena/ChangeLog | 4 +++ milena/mln/core/internal/image_base.hh | 44 +++++++++++++++---------------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 25a9e70..5ee5aff 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2013-03-08 Guillaume Lazzara <z@lrde.epita.fr> + * mln/core/internal/image_base.hh: Set documentation as internal. + +2013-03-08 Guillaume Lazzara <z@lrde.epita.fr> + Update Doxygen configuration file. * doc/Doxyfile.in: Update configuration file to latest version. diff --git a/milena/mln/core/internal/image_base.hh b/milena/mln/core/internal/image_base.hh index 211e966..c9f76de 100644 --- a/milena/mln/core/internal/image_base.hh +++ b/milena/mln/core/internal/image_base.hh @@ -61,28 +61,27 @@ namespace mln }; - /// \brief A base class for images. - /// - /// Parameter \p T is the image value type. - /// Parameter \p S is the image site set type. - /// - /// \internal - /// - /// \verbatim - /// image_base - /// ^ - /// | - /// --------------------------- - /// | | - /// image_primary image_morpher - /// ^ ^ - /// | | - /// | ----------------------------------------- - /// | | | | - /// pw_image_base image_domain_morpher image_value_morpher image_identity - /// - /// \endverbatim - // + /*! \internal + \brief A base class for images. + + Parameter \p T is the image value type. + Parameter \p S is the image site set type. + + \verbatim + image_base + ^ + | + --------------------------- + | | + image_primary image_morpher + ^ ^ + | | + | ----------------------------------------- + | | | | + pw_image_base image_domain_morpher image_value_morpher image_identity + + \endverbatim + */ template <typename T, typename S, typename E> struct image_base : @@ -167,7 +166,6 @@ namespace mln // Internal data, sharable by several images. util::tracked_ptr< internal::data<E> > data_; }; - /// \endcond # ifndef MLN_INCLUDE_ONLY -- 1.7.2.5
participants (1)
-
Guillaume Lazzara