Salome HOME
A forgotten C++ test
[tools/medcoupling.git] / src / ParaMEDMEM / DEC.hxx
index 1b0a8675fa7a8e75c8f523eb25a20beeb27eb925..6df677bbc4bfe06c55029449bc8e0ba5f1e38e1f 100644 (file)
 namespace ParaMEDMEM
 {
   class CommInterface;
+
+  /*!
+   * DEC stands for Data Exchange Channel. See the page \ref para-dec for more on this.
+   *
+   * This class is purely abstract. See the derivations:
+   * - \ref DisjointDEC-det "DisjointDEC"
+   * - \ref NonCoincidentDEC "NonCoincidentDEC"
+   * - \ref OverlapDEC "OverlapDEC"
+   */
   class DEC : public DECOptions
   {
   public: