milena r1610: Update documentation for internal namespace

URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-12-12 Guillaume Duhamel <guillaume.duhamel@lrde.epita.fr> Update documentation for internal namespace. * mln/histo/all.hh, * mln/labeling/all.hh, * mln/metal/all.hh, * mln/morpho/all.hh, * mln/morpho/closing.hh, * mln/norm/all.hh, * mln/trait/all.hh, * mln/util/all.hh, * mln/util/pix.hh: Update doc for internal namespace. --- histo/all.hh | 8 +++++++- labeling/all.hh | 8 +++++++- metal/all.hh | 3 +++ morpho/all.hh | 18 ++++++++++++------ norm/all.hh | 7 ++++++- trait/all.hh | 13 ++++++++++++- util/all.hh | 7 ++++++- util/pix.hh | 1 + 8 files changed, 54 insertions(+), 11 deletions(-) Index: trunk/milena/mln/trait/all.hh =================================================================== --- trunk/milena/mln/trait/all.hh (revision 1609) +++ trunk/milena/mln/trait/all.hh (revision 1610) @@ -41,7 +41,18 @@ /// Namespace where traits are defined. namespace trait - {} + { + + /// \internal Image namespace of trait namespace. + namespace image {} + + /// \internal Implementation namespace of trait namespace. + namespace impl {} + + /// \internal Internal namespace of trait namespace. + namespace internal {} + + } } // end of namespace mln Index: trunk/milena/mln/histo/all.hh =================================================================== --- trunk/milena/mln/histo/all.hh (revision 1609) +++ trunk/milena/mln/histo/all.hh (revision 1610) @@ -41,7 +41,13 @@ namespace histo { /// \internal Implementation namespace of histo namespace. - namespace impl {} + namespace impl { + + /// \internal Generic implementation namespace of histo namespace. + namespace generic {} + + } + } } Index: trunk/milena/mln/metal/all.hh =================================================================== --- trunk/milena/mln/metal/all.hh (revision 1609) +++ trunk/milena/mln/metal/all.hh (revision 1610) @@ -42,6 +42,9 @@ /// \internal Implementation namespace of metal namespace. namespace impl {} + /// \internal Internal namespace of metal namespace. + namespace internal {} + } } // end of namespace mln Index: trunk/milena/mln/morpho/closing.hh =================================================================== Index: trunk/milena/mln/morpho/all.hh =================================================================== --- trunk/milena/mln/morpho/all.hh (revision 1609) +++ trunk/milena/mln/morpho/all.hh (revision 1610) @@ -41,18 +41,24 @@ namespace morpho { - /// \internal Namespace of morphological image processing routines - /// implementation details. + /*! + * \internal Namespace of morphological image processing routines + * implementation details. + * + */ namespace impl { - /// \internal Namespace of morphological image processing routines - /// generic implementations. + /*! + * \internal Namespace of morphological image processing routines + * implementation generic implementations. + * + */ namespace generic - { - } + {} } + } } Index: trunk/milena/mln/norm/all.hh =================================================================== --- trunk/milena/mln/norm/all.hh (revision 1609) +++ trunk/milena/mln/norm/all.hh (revision 1610) @@ -38,7 +38,12 @@ { /// Namespace of norms. - namespace norm {} + namespace norm { + + /// \internal Implementation namespace of norm namespace. + namespace impl {} + + } } Index: trunk/milena/mln/util/pix.hh =================================================================== --- trunk/milena/mln/util/pix.hh (revision 1609) +++ trunk/milena/mln/util/pix.hh (revision 1610) @@ -39,6 +39,7 @@ namespace mln { + /// \brief Select namespace (FIXME doc). namespace select { Index: trunk/milena/mln/util/all.hh =================================================================== --- trunk/milena/mln/util/all.hh (revision 1609) +++ trunk/milena/mln/util/all.hh (revision 1610) @@ -38,7 +38,12 @@ { /// Namespace of tools using for more complex algorithm. - namespace util {} + namespace util { + + /// \internal Implementation namespace of util namespace. + namespace impl {} + + } } Index: trunk/milena/mln/labeling/all.hh =================================================================== --- trunk/milena/mln/labeling/all.hh (revision 1609) +++ trunk/milena/mln/labeling/all.hh (revision 1610) @@ -41,7 +41,13 @@ namespace labeling { /// \internal Implementation namespace of labeling namespace. - namespace impl {} + namespace impl { + + /// \internal Generic implementation namespace of labeling namespace. + namespace generic {} + + } + } }
participants (1)
-
Guillaume Duhamel