Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 25, 2017
1 parent a769448 commit 83ac0e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/core/geometry/qgsgeometry.h
Expand Up @@ -617,7 +617,7 @@ class CORE_EXPORT QgsGeometry
* If the geometry has z or m values present then these will be linearly interpolated
* at the added nodes.
* Curved geometry types are automatically segmentized by this routine.
* @node added in QGIS 3.0
* @note added in QGIS 3.0
* @see densifyByDistance()
*/
QgsGeometry densifyByCount( int extraNodesPerSegment ) const;
Expand All @@ -633,7 +633,7 @@ class CORE_EXPORT QgsGeometry
* If the geometry has z or m values present then these will be linearly interpolated
* at the added nodes.
* Curved geometry types are automatically segmentized by this routine.
* @node added in QGIS 3.0
* @note added in QGIS 3.0
* @see densifyByCount()
*/
QgsGeometry densifyByDistance( double distance ) const;
Expand Down
4 changes: 2 additions & 2 deletions src/core/geometry/qgsinternalgeometryengine.h
Expand Up @@ -77,7 +77,7 @@ class QgsInternalGeometryEngine
* If the geometry has z or m values present then these will be linearly interpolated
* at the added nodes.
* Curved geometry types are automatically segmentized by this routine.
* @node added in QGIS 3.0
* @note added in QGIS 3.0
*/
QgsGeometry densifyByCount( int extraNodesPerSegment ) const;

Expand All @@ -92,7 +92,7 @@ class QgsInternalGeometryEngine
* If the geometry has z or m values present then these will be linearly interpolated
* at the added nodes.
* Curved geometry types are automatically segmentized by this routine.
* @node added in QGIS 3.0
* @note added in QGIS 3.0
*/
QgsGeometry densifyByDistance( double distance ) const;

Expand Down

0 comments on commit 83ac0e5

Please sign in to comment.