Salome HOME
Typo and whitespace fixes by Kunda
[tools/medcoupling.git] / doc / developer / doxygen / doxfiles / reference / cpp / cpp.dox
index 27e610c1637bceeb23d0bd844f7c353732f1dba0..3b2e87c4502fe01f1c7733dbca3c20be259a6045 100644 (file)
@@ -11,7 +11,7 @@ visible to the Python user.
  \ref MEDCoupling "MEDCoupling namespace".
 The true parallel functionalities of the \ref library "MED library" are detailed here: \ref parallel
 
-The memory management of the various structures is eased by the class 
+The memory management of the various structures is eased by the class
 \ref MEDCoupling::MCAuto "MCAuto". It acts as an auto pointer and takes care of deleting the
 memory automatically when going out of scope. See an example usage in \ref cpp_mcfielddouble_WriteVTK .
 Beware however that not all functions return a pointer that should be deleted when going out of scope.