Merge pull request #35712 from vcloarec/master

fix copyright and doxygen
This commit is contained in:
Matthias Kuhn 2020-04-11 06:58:57 +02:00 committed by GitHub
commit e525b1ef84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 8 deletions

View File

@ -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
***************************************************************************/
/***************************************************************************

View File

@ -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
***************************************************************************/
/***************************************************************************

View File

@ -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
***************************************************************************/
/***************************************************************************

View File

@ -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
*/