oln: 10.88 (fix doxygen coding style)

from Niels Van Vliet <niels@lrde.epita.fr> * olena/oln/arith/internal/opdecls.hh: Changed doxygen commands "\{''|attention|warning|bug|note} FIXME" to "\todo FIXME", "\ref" to "REF: ", "\file *.hh" to "\file oln/full/path/*.hh". * olena/oln/convert/bound.hh: Likewise. * olena/oln/convert/nrgbxyz.hh: Likewise. * olena/oln/convert/rgbnrgb.hh: Likewise. * olena/oln/convert/rgbxyz.hh: Likewise. * olena/oln/convol/fast_gaussian.hxx: Likewise. * olena/oln/level/cc.hh: Likewise. * olena/oln/level/connected.hh: Likewise. * olena/oln/level/invert.hh: Likewise. * olena/oln/math/macros.hh: Likewise. * olena/oln/morpho/extrema.hxx: Likewise. * olena/oln/topo/dmap.hh: Likewise. * olena/oln/topo/dmap.hh: Likewise. * olena/oln/utils/copy.hh: Likewise. * olena/oln/utils/histogram.hh: Likewise. * olena/oln/morpho/attribute_union_find.hh: Likewise. * olena/oln/topo/tarjan/union.hh: Likewise. * olena/oln/topo/inter-pixel/inter-pixel.hh: Likewise. * olena/oln/topo/tarjan/flat-zone.hh: Likewise. * olena/oln/topo/combinatorial-map/cmap.hh: Likewise. * olena/oln/topo/inter-pixel/fwd-dir-iter.hh: Likewise. * olena/oln/topo/inter-pixel/bkd-dir-iter.hh: Likewise. * olena/oln/topo/inter-pixel/internal/dir.hh: Likewise. * olena/oln/topo/combinatorial-map/internal/anyfunc.hh: Likewise. * olena/oln/convert/rgbhsv.hh: Likewise. * olena/oln/convert/rgbhsl.hh: Likewise. * olena/oln/convert/rgbhsi.hh: Likewise. * olena/oln/convert/rgbyuv.hh: Likewise. * olena/oln/convert/rgbyiq.hh: Likewise. * olena/oln/snakes/snakes_base.hh: Likewise. * olena/oln/snakes/node.hh: Likewise. * olena/oln/snakes/segment.hh: Likewise. +2004-03-14 Niels Van Vliet <niels@lrde.epita.fr> * olena/oln/topo/dmap.hh: Correct comments. * olena/oln/topo/tarjan/flat-zone.hh: Likewise. Index: olena/oln/arith/internal/opdecls.hh --- olena/oln/arith/internal/opdecls.hh Sat, 13 Mar 2004 17:58:18 +0100 van-vl_n (oln/b/22_opdecls.hh 1.16 640) +++ olena/oln/arith/internal/opdecls.hh Mon, 15 Mar 2004 13:39:28 +0100 van-vl_n (oln/b/22_opdecls.hh 1.16 640) @@ -28,7 +28,7 @@ #ifndef OLENA_ARITH_INTERNAL_OPDECLS_HH # define OLENA_ARITH_INTERNAL_OPDECLS_HH -/*! \file opdecls.hh +/*! \file olena/oln/arith/internal/opdecls.hh ** ** Operations are defined between two images and between one image and ** one constant value (with the cst suffix). Index: olena/oln/convert/bound.hh --- olena/oln/convert/bound.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/22_bound.hh 1.11 640) +++ olena/oln/convert/bound.hh Mon, 15 Mar 2004 13:48:54 +0100 van-vl_n (oln/22_bound.hh 1.11 640) @@ -37,7 +37,7 @@ /*! Like convert::force, but with saturation. ** - ** \note FIXME: is this really useful with new types ? + ** \todo FIXME: is this really useful with new types ? */ template<class Output, class Exact = mlc::final> struct bound : public abstract::conversion_to_type< Output, typename mlc::exact_vt<bound<Output, Exact>, Exact>::ret > Index: olena/oln/convert/nrgbxyz.hh --- olena/oln/convert/nrgbxyz.hh Sun, 14 Mar 2004 19:03:34 +0100 van-vl_n (oln/16_nrgbxyz.hh 1.14 640) +++ olena/oln/convert/nrgbxyz.hh Mon, 15 Mar 2004 13:36:36 +0100 van-vl_n (oln/16_nrgbxyz.hh 1.14 640) @@ -37,9 +37,9 @@ # include <sstream> -/*! \file nrgbxyz.hh +/*! \file olena/oln/convert/nrgbxyz.hh ** -** \ref The formulas used here come from ``Digital Image Processing +** REF: The formulas used here come from ``Digital Image Processing ** Algorithms and Applications'', I. Pitas; Wiley-Interscience. */ Index: olena/oln/convert/rgbnrgb.hh --- olena/oln/convert/rgbnrgb.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/17_rgbnrgb.hh 1.12 640) +++ olena/oln/convert/rgbnrgb.hh Mon, 15 Mar 2004 13:37:10 +0100 van-vl_n (oln/17_rgbnrgb.hh 1.12 640) @@ -37,8 +37,9 @@ # include <sstream> -/*! \file rgbnrgb.hh -** \ref The formulas used here come from ``Digital Image Processing +/*! \file olena/oln/convert/rgbnrgb.hh +** +** REF: The formulas used here come from ``Digital Image Processing ** Algorithms and Applications'', I. Pitas; Wiley-Interscience. */ Index: olena/oln/convert/rgbxyz.hh --- olena/oln/convert/rgbxyz.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/19_rgbxyz.hh 1.13 640) +++ olena/oln/convert/rgbxyz.hh Mon, 15 Mar 2004 13:37:25 +0100 van-vl_n (oln/19_rgbxyz.hh 1.13 640) @@ -37,9 +37,9 @@ # include <sstream> -/*! \file rgbxyz.hh +/*! \file olena/oln/convert/rgbxyz.hh ** -** \ref The formulas used here come from ``Digital Image Processing +** REF: The formulas used here come from ``Digital Image Processing ** Algorithms and Applications'', I. Pitas; Wiley-Interscience. */ Index: olena/oln/convol/fast_gaussian.hxx --- olena/oln/convol/fast_gaussian.hxx Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/25_fast_gauss 1.7.1.8.1.7 640) +++ olena/oln/convol/fast_gaussian.hxx Mon, 15 Mar 2004 13:43:59 +0100 van-vl_n (oln/25_fast_gauss 1.7.1.8.1.7 640) @@ -1,4 +1,4 @@ -// Copyright (C) 2001, 2002, 2003 EPITA Research and Development Laboratory +// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -49,7 +49,8 @@ ** \brief Recursive filter. ** ** Recursive filter, works on a line. - ** FIXME: Until something clever is designed, the line is + ** + ** \todo FIXME: Until something clever is designed, the line is ** defined by two points (START and FINISH) and a displacement ** dpoint (D). ** Index: olena/oln/level/cc.hh --- olena/oln/level/cc.hh Sun, 14 Mar 2004 19:03:34 +0100 van-vl_n (oln/e/20_cc.hh 1.11.1.12 640) +++ olena/oln/level/cc.hh Mon, 15 Mar 2004 13:33:21 +0100 van-vl_n (oln/e/20_cc.hh 1.11.1.12 640) @@ -63,7 +63,7 @@ ** It removes the small (in area) connected components of the upper ** level sets of \a input using \a se as structural element. ** - ** \ref The implementation uses front propagation. + ** REF: The implementation uses front propagation. ** ** \pre the input must be a binary image. ** Index: olena/oln/level/connected.hh --- olena/oln/level/connected.hh Thu, 11 Mar 2004 16:11:20 +0100 van-vl_n (oln/30_connected. 1.9.1.12 640) +++ olena/oln/level/connected.hh Mon, 15 Mar 2004 13:33:30 +0100 van-vl_n (oln/30_connected. 1.9.1.12 640) @@ -48,7 +48,7 @@ ** It removes the small (in area) connected components of the upper ** level sets of \var{input} using \var{se} as structural element. ** - ** \ref The implementation comes from Cocquerez et Philipp, Analyse + ** REF: The implementation comes from Cocquerez et Philipp, Analyse ** d'images, filtrages et segmentations p.62. ** ** \see level::frontp_connected_component Index: olena/oln/level/invert.hh --- olena/oln/level/invert.hh Thu, 11 Mar 2004 16:11:20 +0100 van-vl_n (oln/33_invert.hh 1.5.2.2.1.11 640) +++ olena/oln/level/invert.hh Mon, 15 Mar 2004 13:44:27 +0100 van-vl_n (oln/33_invert.hh 1.5.2.2.1.11 640) @@ -42,7 +42,7 @@ /*! \brief Fctor to invert a value ** ** \see invert. - ** \note FIXME: the specialisation is done within the class. + ** \todo FIXME: the specialisation is done within the class. */ template<class T> struct f_invert : public std::unary_function<const ntg::value<T>&, T> Index: olena/oln/math/macros.hh --- olena/oln/math/macros.hh Sat, 13 Mar 2004 17:58:18 +0100 van-vl_n (oln/b/21_macros.hh 1.6.1.12 640) +++ olena/oln/math/macros.hh Mon, 15 Mar 2004 13:49:12 +0100 van-vl_n (oln/b/21_macros.hh 1.6.1.12 640) @@ -33,10 +33,9 @@ namespace oln { - /*! \namespace oln:math - ** useful functions. + /*! Useful functions. ** - ** \note FIXME: I'm not proud of the code below + ** \todo FIXME: I'm not proud of the code below ** think it could be better... ** ** \todo FIXME: this code sounds really odd. Why does the operator() Index: olena/oln/morpho/extrema.hxx --- olena/oln/morpho/extrema.hxx Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/j/4_extrema.hx 1.14 640) +++ olena/oln/morpho/extrema.hxx Mon, 15 Mar 2004 13:34:25 +0100 van-vl_n (oln/j/4_extrema.hx 1.14 640) @@ -93,7 +93,6 @@ ** \arg minima_map Minima map image. ** \arg Ng Neighborhood to use. ** -** \ref foototo ** \code ** #include <oln/basics2d.hh> ** #include <oln/morpho/extrema.hh> Index: olena/oln/topo/dmap.hh --- olena/oln/topo/dmap.hh Sun, 14 Mar 2004 22:48:21 +0100 van-vl_n (oln/p/2_dmap.hh 1.9 640) +++ olena/oln/topo/dmap.hh Mon, 15 Mar 2004 13:47:34 +0100 van-vl_n (oln/p/2_dmap.hh 1.9 640) @@ -32,13 +32,13 @@ # include <oln/basics2d.hh> # include <oln/core/w_window2d.hh> -// FIXME: math.h should be included by ntg/config/system.hh +// \todo FIXME: math.h should be included by ntg/config/system.hh // # include <math.h> # include <utility> -/*! \file dmap.hh +/*! \file olena/oln/topo/dmap.hh ** -** \ref B.J.H. Verwer, Local distances for distance transformations +** REF: B.J.H. Verwer, Local distances for distance transformations ** in two and three dimensions, Pattern Recognition Letters 12 (1991) 671-682 */ @@ -68,7 +68,7 @@ /*! Produce a chamfer mask 3x3 ** - ** \bug FIXME: This highly not thread safe ! + ** \todo FIXME: This highly not thread safe ! ** ** \verbatim ** Example of oln::topo::mk_chamfer_3x3<1,2>(3) w; @@ -90,7 +90,7 @@ /*! Produce a chamfer mask 3x3 ** - ** \bug FIXME: This highly not thread safe ! + ** \todo FIXME: This highly not thread safe ! ** ** \verbatim ** Example of oln::topo::mk_chamfer_3x3(1.5, 2.5) w; Index: olena/oln/utils/copy.hh --- olena/oln/utils/copy.hh Sat, 13 Mar 2004 21:28:08 +0100 van-vl_n (oln/i/29_copy.hh 1.8 640) +++ olena/oln/utils/copy.hh Mon, 15 Mar 2004 13:39:05 +0100 van-vl_n (oln/i/29_copy.hh 1.8 640) @@ -28,7 +28,7 @@ #ifndef OLENA_UTILS_COPY_HH # define OLENA_UTILS_COPY_HH -/* \file copy.hh +/* \file olena/oln/utils/copy.hh ** ** \warning This file contains implementations of image's copy constructors. **\verbatim Index: olena/oln/utils/histogram.hh --- olena/oln/utils/histogram.hh Sat, 13 Mar 2004 21:28:08 +0100 van-vl_n (oln/10_histogram. 1.6.1.14.1.7 640) +++ olena/oln/utils/histogram.hh Mon, 15 Mar 2004 13:47:46 +0100 van-vl_n (oln/10_histogram. 1.6.1.14.1.7 640) @@ -137,7 +137,7 @@ ** number of occurrences in an image1d; an image<rgb_8> will store the ** number of occurrences an image3d (because rgb_8 has 3 components). ** - ** \note FIXME: An image is inside the histogram. This is incorrect + ** \todo FIXME: An image is inside the histogram. This is incorrect ** because it is not exactly an image (we do not need any border). ** ** \param T Type of the image. Index: olena/oln/morpho/attribute_union_find.hh --- olena/oln/morpho/attribute_union_find.hh Sun, 14 Mar 2004 19:03:34 +0100 van-vl_n (oln/q/50_attribute_ 1.17 640) +++ olena/oln/morpho/attribute_union_find.hh Mon, 15 Mar 2004 13:45:19 +0100 van-vl_n (oln/q/50_attribute_ 1.17 640) @@ -49,7 +49,7 @@ ** \param ATTRIBUTE Exact type of attribute to use. ** \param Env Type of environment to use. ** - ** \note FIXME: a similar class is defined in oln/topo/tarjan/union.hh + ** \todo FIXME: a similar class is defined in oln/topo/tarjan/union.hh ** (oln::topo::tarjan::tarjan_set). */ template<class T, class ATTRIBUTE, class Env = attr_env_type(ATTRIBUTE)> Index: olena/oln/topo/tarjan/union.hh --- olena/oln/topo/tarjan/union.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/r/33_union.hh 1.9 640) +++ olena/oln/topo/tarjan/union.hh Mon, 15 Mar 2004 13:41:41 +0100 van-vl_n (oln/r/33_union.hh 1.9 640) @@ -43,7 +43,7 @@ /*! Tarjan set. ** - ** \attention FIXME: a similar class is defined in + ** \todo FIXME: a similar class is defined in ** oln/morpho/attribute_union_find.hh (oln::morpho::tarjan::tarjan_set). ** The one in morpho is more general. I think that this class should ** be removed. Index: olena/oln/topo/inter-pixel/inter-pixel.hh --- olena/oln/topo/inter-pixel/inter-pixel.hh Sun, 14 Mar 2004 19:03:34 +0100 van-vl_n (oln/r/34_inter-pixe 1.14 640) +++ olena/oln/topo/inter-pixel/inter-pixel.hh Mon, 15 Mar 2004 13:49:42 +0100 van-vl_n (oln/r/34_inter-pixe 1.14 640) @@ -105,14 +105,14 @@ } } - /// FIXME: add doc. + /// \todo FIXME: add doc. const node_type& operator[](const point_type & p) const { return data_[p]; } - /*! FIXME: add doc. + /*! \todo FIXME: add doc. ** ** \pre precondition(data_[in.first].get(in.second) == true) */ Index: olena/oln/topo/tarjan/flat-zone.hh --- olena/oln/topo/tarjan/flat-zone.hh Sun, 14 Mar 2004 22:48:21 +0100 van-vl_n (oln/r/35_flat-zone. 1.11 640) +++ olena/oln/topo/tarjan/flat-zone.hh Mon, 15 Mar 2004 13:54:17 +0100 van-vl_n (oln/r/35_flat-zone. 1.11 640) @@ -57,11 +57,11 @@ ** IMG_OUT "oln_topo_flat_zone.pgm"); ** } ** \endcode - ** \image html test-cmap_pgm.png width=6cm - ** \image latex test-cmap_pgm.png width=6cm + ** \image html test-cmap_pgm.png "input image" width=6cm + ** \image latex test-cmap_pgm.png "input image" width=6cm ** => - ** \image html oln_topo_flat_zone.png width=6cm - ** \image latex oln_topo_flat_zone.png width=6cm + ** \image html oln_topo_flat_zone.png "output image" width=6cm + ** \image latex oln_topo_flat_zone.png "output image" width=6cm */ template <class I> struct flat_zone Index: olena/oln/topo/combinatorial-map/cmap.hh --- olena/oln/topo/combinatorial-map/cmap.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/r/36_cmap.hh 1.12 640) +++ olena/oln/topo/combinatorial-map/cmap.hh Mon, 15 Mar 2004 13:41:57 +0100 van-vl_n (oln/r/36_cmap.hh 1.12 640) @@ -37,9 +37,9 @@ # include <algorithm> # include <iterator> -/*! \file cmap.hh +/*! \file olena/oln/topo/combinatorial-map/cmap.hh ** -** \attention FIXME: There is some problems in the directory topo/combinatorial-map/, +** \todo FIXME: There is some problems in the directory topo/combinatorial-map/, ** such as non static functions, or the redefinition of the class any.\n ** FIXME: The documentation is not good enough.\n ** FIXME: Real test are missing. @@ -54,7 +54,7 @@ /*! Combinatorial map. ** - ** \ref Braquelaire, J. P. and Brun, L. Image Segmentation with + ** REF: Braquelaire, J. P. and Brun, L. Image Segmentation with ** Topological Maps and Inter-pixel Representation}, Journal of ** Visual Communication and Image representation, 1998, vol. 9 */ Index: olena/oln/topo/inter-pixel/fwd-dir-iter.hh --- olena/oln/topo/inter-pixel/fwd-dir-iter.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/r/44_fwd-dir-it 1.5 640) +++ olena/oln/topo/inter-pixel/fwd-dir-iter.hh Mon, 15 Mar 2004 13:46:14 +0100 van-vl_n (oln/r/44_fwd-dir-it 1.5 640) @@ -69,7 +69,7 @@ /*! Assignment. ** - ** \bug FIXME: I am not sure that this respect the new paradigm. + ** \todo FIXME: I am not sure that this respect the new paradigm. */ template<class U> U Index: olena/oln/topo/inter-pixel/bkd-dir-iter.hh --- olena/oln/topo/inter-pixel/bkd-dir-iter.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/r/45_bkd-dir-it 1.5 640) +++ olena/oln/topo/inter-pixel/bkd-dir-iter.hh Mon, 15 Mar 2004 13:50:14 +0100 van-vl_n (oln/r/45_bkd-dir-it 1.5 640) @@ -67,7 +67,7 @@ /*! Assignment. ** - ** \bug FIXME: I am not sure that this respect the new paradigm. + ** \todo FIXME: I am not sure that this respect the new paradigm. */ template<class U> U Index: olena/oln/topo/inter-pixel/internal/dir.hh --- olena/oln/topo/inter-pixel/internal/dir.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/r/48_dir.hh 1.3 640) +++ olena/oln/topo/inter-pixel/internal/dir.hh Mon, 15 Mar 2004 13:45:43 +0100 van-vl_n (oln/r/48_dir.hh 1.3 640) @@ -79,7 +79,7 @@ /*! Opposit direction. ** - ** \note FIXME: no modulus. + ** \todo FIXME: no modulus. */ static ret opposite(ret i) Index: olena/oln/topo/combinatorial-map/internal/anyfunc.hh --- olena/oln/topo/combinatorial-map/internal/anyfunc.hh Sun, 14 Mar 2004 18:15:46 +0100 van-vl_n (oln/v/3_anyfunc.hh 1.3 600) +++ olena/oln/topo/combinatorial-map/internal/anyfunc.hh Mon, 15 Mar 2004 13:46:59 +0100 van-vl_n (oln/v/3_anyfunc.hh 1.3 600) @@ -42,7 +42,7 @@ /*! any ** - ** \deprecated FIXME: totally obsolete. + ** \todo FIXME: totally obsolete. */ template <class Inf> class any @@ -55,7 +55,7 @@ /*! Function stored in a vector. ** ** - ** \warning FIXME: It has nothing to do there. + ** \todo FIXME: It has nothing to do there. */ template <class U, class V, class Inf> class anyfunc : public any<Inf> Index: olena/oln/convert/rgbhsv.hh --- olena/oln/convert/rgbhsv.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/j/35_rgbhsv.hh 1.2 644) +++ olena/oln/convert/rgbhsv.hh Mon, 15 Mar 2004 13:37:02 +0100 van-vl_n (oln/j/35_rgbhsv.hh 1.2 644) @@ -40,8 +40,8 @@ # include <sstream> -/*! \file rgbhsv.hh -** \ref The formulas used here come from ``Color Conversion Algorithms'' +/*! \file olena/oln/convert/rgbhsv.hh +** REF: The formulas used here come from ``Color Conversion Algorithms'' */ namespace oln { Index: olena/oln/convert/rgbhsl.hh --- olena/oln/convert/rgbhsl.hh Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/j/36_rgbhsl.hh 1.3 644) +++ olena/oln/convert/rgbhsl.hh Mon, 15 Mar 2004 13:39:55 +0100 van-vl_n (oln/j/36_rgbhsl.hh 1.3 644) @@ -41,9 +41,9 @@ # include <cstdlib> # include <sstream> -/*! \file rgbhsl.hh +/*! \file olena/oln/convert/rgbhsl.hh ** -** \ref The formulas used here come from ``Color space conversion''; Paul +** REF: The formulas used here come from ``Color space conversion''; Paul ** Bourke. */ namespace oln { Index: olena/oln/convert/rgbhsi.hh --- olena/oln/convert/rgbhsi.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/j/37_rgbhsi.hh 1.2 644) +++ olena/oln/convert/rgbhsi.hh Mon, 15 Mar 2004 13:36:53 +0100 van-vl_n (oln/j/37_rgbhsi.hh 1.2 644) @@ -37,9 +37,9 @@ # include <sstream> -/*! \file rgbhsi.hh +/*! \file olena/oln/convert/rgbhsi.hh ** -** \ref The formulas used here come from ``Digital Image Processing +** REF: The formulas used here come from ``Digital Image Processing ** Algorithms and Applications'', I. Pitas; Wiley-Interscience. */ Index: olena/oln/convert/rgbyuv.hh --- olena/oln/convert/rgbyuv.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/j/38_rgbyuv.hh 1.2 644) +++ olena/oln/convert/rgbyuv.hh Mon, 15 Mar 2004 13:37:43 +0100 van-vl_n (oln/j/38_rgbyuv.hh 1.2 644) @@ -37,9 +37,9 @@ # include <sstream> -/*!\file rgbyuv.hh +/*!\file olena/oln/convert/rgbyuv.hh ** -** \ref The formulas used here come from ``Colour Space Conversions'', +** REF: The formulas used here come from ``Colour Space Conversions'', ** IAdrian Ford and Alan Roberts; August 11,1998. */ namespace oln { Index: olena/oln/convert/rgbyiq.hh --- olena/oln/convert/rgbyiq.hh Sat, 13 Mar 2004 17:45:05 +0100 van-vl_n (oln/j/39_rgbyiq.hh 1.2 644) +++ olena/oln/convert/rgbyiq.hh Mon, 15 Mar 2004 13:37:34 +0100 van-vl_n (oln/j/39_rgbyiq.hh 1.2 644) @@ -37,9 +37,9 @@ # include <sstream> -/*! \file rgbyiq.hh +/*! \file olena/oln/convert/rgbyiq.hh ** -** \ref The formulas used here come from ``Digital Image Processing +** REF: The formulas used here come from ``Digital Image Processing ** Algorithms and Applications'', I. Pitas; Wiley-Interscience. */ namespace oln { Index: olena/oln/snakes/snakes_base.hh --- olena/oln/snakes/snakes_base.hh Thu, 11 Mar 2004 15:41:55 +0100 van-vl_n (oln/f/50_snakes_bas 1.2 644) +++ olena/oln/snakes/snakes_base.hh Mon, 15 Mar 2004 13:48:14 +0100 van-vl_n (oln/f/50_snakes_bas 1.2 644) @@ -38,7 +38,7 @@ namespace snakes { /*! Snake algorithm. ** - ** \attention FIXME: Do not work due to the function node::energy. + ** \todo FIXME: Do not work due to the function node::energy. ** \todo FIXME: Add doc & test. */ template <class algorithm> @@ -64,7 +64,7 @@ ntg::float_s energy(void) const; ///< Return the snake energy. This is not algorithm-dependant. - ///< \attention FIXME: Do not work due to the function node::energy + ///< \todo FIXME: Do not work due to the function node::energy public: int Index: olena/oln/snakes/node.hh --- olena/oln/snakes/node.hh Thu, 11 Mar 2004 15:41:55 +0100 van-vl_n (oln/j/32_node.hh 1.2 644) +++ olena/oln/snakes/node.hh Mon, 15 Mar 2004 13:48:24 +0100 van-vl_n (oln/j/32_node.hh 1.2 644) @@ -36,7 +36,7 @@ /*! A node is a point used in ring. ** - ** \attention FIXME: Do not work due to the function energy. + ** \todo FIXME: Do not work due to the function energy. */ template<class I> class node : public I::point_type @@ -54,7 +54,7 @@ public: /*! Return the energy ** - ** FIXME: not implemented, do not work + ** \todo FIXME: not implemented, do not work */ inline ntg::float_s Index: olena/oln/snakes/segment.hh --- olena/oln/snakes/segment.hh Thu, 11 Mar 2004 15:41:55 +0100 van-vl_n (oln/j/34_segment.hh 1.2 644) +++ olena/oln/snakes/segment.hh Mon, 15 Mar 2004 13:42:29 +0100 van-vl_n (oln/j/34_segment.hh 1.2 644) @@ -39,7 +39,7 @@ /*! A segment is a list of node. ** - ** \attention FIXME: Do not work due to the function node::energy. + ** \todo FIXME: Do not work due to the function node::energy. */ template <class I> class segment

"Niels" == Niels Van Vliet <niels@lrde.epita.fr> writes:
@@ -54,7 +54,7 @@ /*! Combinatorial map. ** - ** \ref Braquelaire, J. P. and Brun, L. Image Segmentation with + ** REF: Braquelaire, J. P. and Brun, L. Image Segmentation with ** Topological Maps and Inter-pixel Representation}, Journal of ** Visual Communication and Image representation, 1998, vol. 9 */
Ah bon ? Par ailleurs, il vous faut une écriture de votre documentation style.
participants (2)
-
Akim Demaille
-
Niels Van Vliet