X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FDEC.hxx;h=6df677bbc4bfe06c55029449bc8e0ba5f1e38e1f;hb=0b187729ac99d3e9e9bb9d2be8cb8600a783be6c;hp=1b0a8675fa7a8e75c8f523eb25a20beeb27eb925;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/DEC.hxx b/src/ParaMEDMEM/DEC.hxx index 1b0a8675f..6df677bbc 100644 --- a/src/ParaMEDMEM/DEC.hxx +++ b/src/ParaMEDMEM/DEC.hxx @@ -27,6 +27,15 @@ 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: