Salome HOME
Minor doc fix about namespace and parallelism
authorabn <adrien.bruneton@cea.fr>
Wed, 3 Feb 2016 09:58:40 +0000 (10:58 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 19 Feb 2016 07:19:16 +0000 (08:19 +0100)
doc/user/doxygen/doxfiles/reference/cpp/cpp.dox

index 1cf36efc5da07af783e138c7e09f36f6bb4f9ae5..084a8ae818c103e592516325e610e0894c160e5d 100644 (file)
@@ -7,9 +7,9 @@ visible to the Python user.
 - \ref MEDCoupling::MCAuto "MCAuto"
 - \subpage MEDCouplingTimeLabelPage
 
-\b Note: all the standard (sequential) MEDCoupling API lies in the \ref MEDCoupling "MEDCoupling namespace".
-This is quite unfortunate but due to historical reasons. The true parallel functionalities
-of the \ref library "MED library" are detailed here: \ref parallel
+\b Note: from version 8, all the standard (sequential and parallel) MEDCoupling API lies in a single
+ \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 strucutres is eased by the class 
 \ref MEDCoupling::MCAuto "MCAuto". It acts as an auto pointer and takes care of deleting the