Index: olena/ChangeLog from Roland Levillain roland@lrde.epita.fr
* oln/level/cc.hh (frontp_connected_component): Use the imperative in documentation. Use Doxygen's \param instead of \arg to document arguments.
Index: olena/oln/level/cc.hh --- olena/oln/level/cc.hh Fri, 29 Oct 2004 15:20:00 +0200 levill_r (oln/e/20_cc.hh 1.11.1.18 600) +++ olena/oln/level/cc.hh Tue, 02 Nov 2004 10:36:29 +0100 levill_r (oln/e/20_cc.hh 1.11.1.18 600) @@ -57,11 +57,11 @@ ** ** \pre the input must be a binary image. ** - ** \arg input Image of markers. - ** \arg se Neighborhood. - ** \arg nb_label Optional. Returns the number of labels - ** (including the background); i.e. connected components are - ** labelled from 1 to \f$nb_label - 1\f$ (included). + ** \param input Image of markers. + ** \param se Neighborhood. + ** \param nb_label Optional. Return the number of labels + ** (including the background); i.e. connected components + ** are labelled from 1 to \f$nb_label - 1\f$ (included). ** ** \return An image of type \a DestType. **