We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bab8e commit e75c898Copy full SHA for e75c898
src/core/qgsvectorlayer.h
@@ -401,11 +401,12 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
401
@return 0 in case of success*/
402
int removePolygonIntersections( QgsGeometry* geom );
403
404
- /**Adds topological points for every vertex of the
405
- geometry
+ /** Adds topological points for every vertex of the geometry.
406
@param geom the geometry where each vertex is added to segments of other features
407
- Note: geom is not going to be modified by the function
408
- @return 0 in case of success*/
+ @note geom is not going to be modified by the function
+ @return 0 in case of success
+ @see addTopologicalPoints
409
+ */
410
int addTopologicalPoints( QgsGeometry* geom );
411
412
/**Adds a vertex to segments which intersect point p but don't
0 commit comments