Skip to content

Commit 6c89fcf

Browse files
Samwelinyalldawson
authored andcommittedMay 14, 2020
minor docs updates
1 parent a405edc commit 6c89fcf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎src/providers/wms/qgswmscapabilities.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -784,44 +784,44 @@ class QgsWmsSettings
784784
* Parse the given string extent into a well defined dates and resolution structures.
785785
* The string extent comes from WMS-T dimension capabilities.
786786
*
787-
* \since 3.14
787+
* \since QGIS 3.14
788788
*/
789789
QgsWmstDimensionExtent parseTemporalExtent( QString extent );
790790

791791
/**
792792
* Sets the dimension extent property
793793
*
794794
* \see timeDimensionExtent()
795-
* \since 3.14
795+
* \since QGIS 3.14
796796
*/
797797
void setTimeDimensionExtent( QgsWmstDimensionExtent timeDimensionExtent );
798798

799799
/**
800800
* Returns the dimension extent property.
801801
*
802802
* \see setTimeDimensionExtent()
803-
* \since 3.14
803+
* \since QGIS 3.14
804804
*/
805805
QgsWmstDimensionExtent timeDimensionExtent() const;
806806

807807
/**
808808
* Parse the given string item into a resolution structure.
809809
*
810-
* \since 3.14
810+
* \since QGIS 3.14
811811
*/
812812
QgsWmstResolution parseWmstResolution( QString item );
813813

814814
/**
815815
* Parse the given string item into QDateTime instant.
816816
*
817-
* \since 3.14
817+
* \since QGIS 3.14
818818
*/
819819
QDateTime parseWmstDateTimes( QString item );
820820

821821
/**
822822
* Returns the datetime with the sum of passed \a dateTime and the \a resolution time.
823823
*
824-
* \since 3.14
824+
* \since QGIS 3.14
825825
*/
826826
QDateTime addTime( QDateTime dateTime, QgsWmstResolution resolution );
827827

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

0 commit comments

Comments
 (0)
Please sign in to comment.