Skip to content

Commit e75c898

Browse files
author
timlinux
committed
Minor comments cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk@15659 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 00bab8e commit e75c898

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/core/qgsvectorlayer.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,12 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
401401
@return 0 in case of success*/
402402
int removePolygonIntersections( QgsGeometry* geom );
403403

404-
/**Adds topological points for every vertex of the
405-
geometry
404+
/** Adds topological points for every vertex of the geometry.
406405
@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+
*/
409410
int addTopologicalPoints( QgsGeometry* geom );
410411

411412
/**Adds a vertex to segments which intersect point p but don't

0 commit comments

Comments
 (0)