Skip to content

Commit

Permalink
minor docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed May 14, 2020
1 parent a405edc commit 6c89fcf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/providers/wms/qgswmscapabilities.h
Expand Up @@ -784,44 +784,44 @@ class QgsWmsSettings
* Parse the given string extent into a well defined dates and resolution structures.
* The string extent comes from WMS-T dimension capabilities.
*
* \since 3.14
* \since QGIS 3.14
*/
QgsWmstDimensionExtent parseTemporalExtent( QString extent );

/**
* Sets the dimension extent property
*
* \see timeDimensionExtent()
* \since 3.14
* \since QGIS 3.14
*/
void setTimeDimensionExtent( QgsWmstDimensionExtent timeDimensionExtent );

/**
* Returns the dimension extent property.
*
* \see setTimeDimensionExtent()
* \since 3.14
* \since QGIS 3.14
*/
QgsWmstDimensionExtent timeDimensionExtent() const;

/**
* Parse the given string item into a resolution structure.
*
* \since 3.14
* \since QGIS 3.14
*/
QgsWmstResolution parseWmstResolution( QString item );

/**
* Parse the given string item into QDateTime instant.
*
* \since 3.14
* \since QGIS 3.14
*/
QDateTime parseWmstDateTimes( QString item );

/**
* Returns the datetime with the sum of passed \a dateTime and the \a resolution time.
*
* \since 3.14
* \since QGIS 3.14
*/
QDateTime addTime( QDateTime dateTime, QgsWmstResolution resolution );

Expand All @@ -831,7 +831,7 @@ class QgsWmsSettings
*
* \note It works with wms-t capabilities that provide time dimension with temporal ranges only.
*
* \since 3.14
* \since QGIS 3.14
*/
QDateTime findLeastClosestDateTime( QDateTime dateTime, bool dateOnly = false ) const;

Expand Down

0 comments on commit 6c89fcf

Please sign in to comment.