From fee5ee68e4d0c10a9ccb1eb25c655f698b064a66 Mon Sep 17 00:00:00 2001 From: vcloarec Date: Fri, 10 Apr 2020 21:07:01 -0400 Subject: [PATCH] fix copyright and doxygen --- src/core/mesh/qgsmeshdataprovidertemporalcapabilities.cpp | 4 ++-- src/core/mesh/qgsmeshdataprovidertemporalcapabilities.h | 4 ++-- src/core/mesh/qgsmeshlayertemporalproperties.cpp | 4 ++-- src/core/mesh/qgsmeshlayertemporalproperties.h | 6 ++++-- 4 files changed, 10 insertions(+), 8 deletions(-) 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 */