diff --git a/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.cpp b/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.cpp index 600699192bd..28cf516ed80 100644 --- a/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.cpp +++ b/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.cpp @@ -2,8 +2,8 @@ qgsmeshdataprovidertemporalcapabilities.cpp ----------------------- begin : March 2020 - copyright : (C) 2020 by Vincent - email : zilolv at gmail dot com + copyright : (C) 2020 by Vincent Cloarec + email : vcloarec at gmail dot com ***************************************************************************/ /*************************************************************************** diff --git a/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.h b/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.h index 7df99f3cb17..e2b3b5a0530 100644 --- a/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.h +++ b/src/core/mesh/qgsmeshdataprovidertemporalcapabilities.h @@ -2,8 +2,8 @@ qgsmeshdataprovidertemporalcapabilities.h ----------------------- begin : March 2020 - copyright : (C) 2020 by Vincent - email : zilolv at gmail dot com + copyright : (C) 2020 by Vincent Cloarec + email : vcloarec at gmail dot com ***************************************************************************/ /*************************************************************************** diff --git a/src/core/mesh/qgsmeshlayertemporalproperties.cpp b/src/core/mesh/qgsmeshlayertemporalproperties.cpp index 78cad278086..92d618e4e00 100644 --- a/src/core/mesh/qgsmeshlayertemporalproperties.cpp +++ b/src/core/mesh/qgsmeshlayertemporalproperties.cpp @@ -2,8 +2,8 @@ qgsmeshlayertemporalproperties.cpp ----------------------- begin : March 2020 - copyright : (C) 2020 by Vincent - email : zilolv at gmail dot com + copyright : (C) 2020 by Vincent Cloarec + email : vcloarec at gmail dot com ***************************************************************************/ /*************************************************************************** diff --git a/src/core/mesh/qgsmeshlayertemporalproperties.h b/src/core/mesh/qgsmeshlayertemporalproperties.h index 3f27e4a8944..974778e1077 100644 --- a/src/core/mesh/qgsmeshlayertemporalproperties.h +++ b/src/core/mesh/qgsmeshlayertemporalproperties.h @@ -2,8 +2,8 @@ qgsmeshlayertemporalproperties.h ----------------------- begin : March 2020 - copyright : (C) 2020 by Vincent - email : zilolv at gmail dot com + copyright : (C) 2020 by Vincent Cloarec + email : vcloarec at gmail dot com ***************************************************************************/ /*************************************************************************** @@ -32,6 +32,7 @@ * - each dataset is associated with a relative times * - time extent is defined by the first time and the last time of all dataset * + * \code{.unparsed} * Reference time : AT * Dataset 1 time o-----RT------RT-----RT-----------RT * Dataset 2 time o---------RT------RT--------RT @@ -40,6 +41,7 @@ * * AT : absolute time (QDateTime) * RT : relative time (qint64) + * \endcode * * \since QGIS 3.14 */