From 82e49e9037a25a7afa38a9f09f3ebb38814785bb Mon Sep 17 00:00:00 2001 From: abn Date: Wed, 3 Feb 2016 10:58:40 +0100 Subject: [PATCH] Minor doc fix about namespace and parallelism --- doc/user/doxygen/doxfiles/reference/cpp/cpp.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2