Salome HOME
MERGE stage 1: keep doc/dev and src/MEDCalc/doc
[tools/medcoupling.git] / src / ParaMEDMEM / ExplicitCoincidentDEC.cxx
index 01d4beacbc858afa693c7ad2eb3d5b3c4263ced3..5d30c60d47cbd226c8283c00e6fac38b15983ba9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -32,7 +32,14 @@ using namespace std;
 
 namespace ParaMEDMEM
 {
-  /*! \defgroup explicitcoincidentdec ExplicitCoincidentDEC
+  /*!
+   * \anchor ExplicitCoincidentDEC-det
+   * \class ExplicitCoincidentDEC
+   *
+   * TODO: doc
+   */
+
+  /*! Constructor
    */
   ExplicitCoincidentDEC::ExplicitCoincidentDEC():_toposource(0),_topotarget(0)
   {  
@@ -42,12 +49,6 @@ namespace ParaMEDMEM
   {
   }
 
-
-  /*!
-    \addtogroup explicitcoincidentdec
-    @{
-  */
-
   /*! Synchronization process for exchanging topologies
    */
   void ExplicitCoincidentDEC::synchronize()
@@ -388,8 +389,5 @@ namespace ParaMEDMEM
     _comm_interface->allToAllV(_sendbuffer, _sendcounts, _senddispls, MPI_DOUBLE, 
                                _recvbuffer, _recvcounts, _recvdispls, MPI_DOUBLE,MPI_COMM_WORLD);
   }
-  /*!
-    @}
-  */
 }