add documentation

This commit is contained in:
Peter Petrik 2018-12-06 09:39:36 +01:00
parent 7dc73790e0
commit 11f10c10c2
2 changed files with 4 additions and 0 deletions

View File

@ -334,6 +334,8 @@ Constructs a valid metadata object
:param time: a time which this dataset represents in the dataset group
:param isValid: dataset is loadad and valid for fetching the data
:param minimum: minimum value (magnitude for vectors) present among dataset values
:param maximum: maximum value (magnitude for vectors) present among dataset values
%End
double time() const;

View File

@ -333,6 +333,8 @@ class CORE_EXPORT QgsMeshDatasetMetadata
*
* \param time a time which this dataset represents in the dataset group
* \param isValid dataset is loadad and valid for fetching the data
* \param minimum minimum value (magnitude for vectors) present among dataset values
* \param maximum maximum value (magnitude for vectors) present among dataset values
*/
QgsMeshDatasetMetadata( double time,
bool isValid,