Salome HOME
MERGE stage 1: keep doc/dev and src/MEDCalc/doc
[tools/medcoupling.git] / src / ParaMEDMEM / ParaFIELD.cxx
index f33acf919d7b60408013dce761d4b4e92319c3e0..9995ccae18aac924f6455eb6ac4bc972adf03974 100644 (file)
 namespace ParaMEDMEM
 {
   /*!
-    \defgroup parafield ParaFIELD
-    This class encapsulates parallel fields. It basically encapsulates
+    \anchor ParaFIELD-det
+    \class ParaFIELD
+
+    This class encapsulates parallel fields.
+
+    It basically encapsulates
     a MEDCouplingField with extra information related to parallel 
     topology.
+
     It is most conveniently created by giving a pointer to a MEDCouplingField
     object and a \c ProcessorGroup.
     By default, a ParaFIELD object will be constructed with all field components
     located on the same processors. In some specific cases, it might be necessary to scatter components over several processors. In this case, the constructor
     using a ComponentTopology is required.
 
-    @{ */
+    */
 
   /*!