From: abn Date: Wed, 3 Feb 2016 09:58:40 +0000 (+0100) Subject: Minor doc fix about namespace and parallelism X-Git-Tag: V8_1_0a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f4117eea165c9c3cb29e19179d047a0a26cf5d19;p=tools%2Fmedcoupling.git Minor doc fix about namespace and parallelism --- diff --git a/doc/user/doxygen/doxfiles/reference/cpp/cpp.dox b/doc/user/doxygen/doxfiles/reference/cpp/cpp.dox index 1cf36efc5..084a8ae81 100644 --- a/doc/user/doxygen/doxfiles/reference/cpp/cpp.dox +++ b/doc/user/doxygen/doxfiles/reference/cpp/cpp.dox @@ -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