From abe96e29eaf15680fe1c767b5b3fceb1adcafc96 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 10 Apr 2013 11:16:49 +0000 Subject: [PATCH] 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader Fix a doxycomment --- src/MEDCoupling/MEDCouplingMemArray.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index da2d80d6c..07d0c484f 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -4037,13 +4037,12 @@ DataArrayDoubleIterator *DataArrayDouble::iterator() throw(INTERP_KERNEL::Except * array whose values are within a given range. Textual data is not copied. * \param [in] vmin - a lowest acceptable value. * \param [in] vmax - a greatest acceptable value. - * \return DataArrayDouble * - the new instance of DataArrayDouble. + * \return DataArrayInt * - the new instance of DataArrayInt. * The caller is to delete this result array using decrRef() as it is no more * needed. - * \throw If \a this->getNumberOfComponents() != 1 - * - * \ref cpp_mcdataarraydouble_getidsinrange "Here is a C++ example". + * \throw If \a this->getNumberOfComponents() != 1. * + * \ref cpp_mcdataarraydouble_getidsinrange "Here is a C++ example".
* \ref py_mcdataarraydouble_getidsinrange "Here is a Python example". */ DataArrayInt *DataArrayDouble::getIdsInRange(double vmin, double vmax) const throw(INTERP_KERNEL::Exception) -- 2.39.2