File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -401,11 +401,12 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
401
401
@return 0 in case of success*/
402
402
int removePolygonIntersections ( QgsGeometry* geom );
403
403
404
- /* *Adds topological points for every vertex of the
405
- geometry
404
+ /* * Adds topological points for every vertex of the geometry.
406
405
@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*/
406
+ @note geom is not going to be modified by the function
407
+ @return 0 in case of success
408
+ @see addTopologicalPoints
409
+ */
409
410
int addTopologicalPoints ( QgsGeometry* geom );
410
411
411
412
/* *Adds a vertex to segments which intersect point p but don't
You can’t perform that action at this time.
0 commit comments