Index: olena/ChangeLog
from Niels Van Vliet <niels(a)lrde.epita.fr>
* olena/oln/io/gz_stream.hh: Fix doc.
* olena/oln/morpho/extrema.hxx: Likewise.
* olena/oln/convol/nagao.hh: Likewise.
* olena/oln/transforms/dwt.hh: Likewise.
+2004-04-02 Niels Van Vliet <niels(a)lrde.epita.fr>
* olena/oln/morpho/laplacian.inc (laplacian): Remove slarger_t.
Add the parameter DestValue. Fix doc.
* olena/tests/morpho/tests/md5_morpho_laplacian_inc1: Change the
Index: olena/oln/io/gz_stream.hh
--- olena/oln/io/gz_stream.hh Mon, 15 Mar 2004 19:59:55 +0100 thivol_d
(oln/f/17_gz_stream. 1.10 640)
+++ olena/oln/io/gz_stream.hh Fri, 02 Apr 2004 18:11:23 +0200 van-vl_n
(oln/f/17_gz_stream. 1.10 640)
@@ -39,16 +39,11 @@
namespace io {
- /*! \namespace gz
- ** \brief gz namespace
- */
+ /// Functions for gz files
namespace gz {
- /*! \class zfilebuf
- **
- ** Performs operation on compressed files.
- */
+ ///Performs operation on compressed files.
class zfilebuf : public std::streambuf
{
public:
@@ -301,11 +296,7 @@
};
- /*! \class zfilestream_common
- **
- ** Define an interface for compressed file stream manipulation.
- */
-
+ ///Define an interface for compressed file stream manipulation.
class zfilestream_common : virtual public std::ios
{
friend class zifstream;
@@ -365,10 +356,7 @@
};
- /*! \class zifstream
- **
- ** Read only zstream.
- */
+ /// Read only zstream.
class zifstream : public zfilestream_common, public std::istream
{
public:
@@ -434,10 +422,7 @@
}
- /*! \class zomanip
- **
- ** Define a pair func / val to perform manipulation on zofstream.
- */
+ /// Define a pair func / val to perform manipulation on zofstream.
template<class T> class zomanip
{
friend zofstream &operator<< <T>(zofstream &, const
zomanip<T> &);
Index: olena/oln/morpho/extrema.hxx
--- olena/oln/morpho/extrema.hxx Thu, 18 Mar 2004 18:24:14 +0100
van-vl_n (oln/j/4_extrema.hx 1.17 640)
+++ olena/oln/morpho/extrema.hxx Fri, 02 Apr 2004 18:08:44 +0200
van-vl_n (oln/j/4_extrema.hx 1.17 640)
@@ -25,9 +25,7 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-/*!
-** \brief Internal purpose only.
-*/
+
namespace internal {
/*!
Index: olena/oln/transforms/dwt.hh
--- olena/oln/transforms/dwt.hh Fri, 19 Mar 2004 14:01:37 +0100 palma_g
(oln/i/35_dwt.hh 1.2.1.4.1.12 640)
+++ olena/oln/transforms/dwt.hh Fri, 02 Apr 2004 18:24:42 +0200 van-vl_n
(oln/i/35_dwt.hh 1.2.1.4.1.12 640)
@@ -71,9 +71,6 @@
} // end of namespace transforms
- /*!
- ** \brief internal stuff.
- */
namespace internal
{
/// \brief Value of ln(2).
@@ -89,8 +86,8 @@
template <class T, unsigned N, class Self>
struct wavelet_coeffs_
{
- typedef T value_t; ///< \brType of data used.
- typedef Self self_t; ///< \brief Self type.
+ typedef T value_t; ///< Type of data used.
+ typedef Self self_t; ///< Self type.
public:
Index: olena/oln/convol/nagao.hh
--- olena/oln/convol/nagao.hh Sat, 27 Mar 2004 15:56:32 +0100 van-vl_n
(oln/m/22_nagao.hh 1.2 600)
+++ olena/oln/convol/nagao.hh Fri, 02 Apr 2004 18:23:56 +0200 van-vl_n
(oln/m/22_nagao.hh 1.2 600)
@@ -130,7 +130,7 @@
** Each point in the input corresponds to the mean of the
** window in which has the smallest variance.
**
- ** \paran in Input image.
+ ** \param in Input image.
** \param sa array of structuring elements.
**
** \see oln::convol::nagao