Skip to content

Commit

Permalink
Minor comments cleanup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15659 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 1, 2011
1 parent 8088a63 commit 3a74fd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/core/qgsvectorlayer.h
Expand Up @@ -401,11 +401,12 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
@return 0 in case of success*/
int removePolygonIntersections( QgsGeometry* geom );

/**Adds topological points for every vertex of the
geometry
/** Adds topological points for every vertex of the geometry.
@param geom the geometry where each vertex is added to segments of other features
Note: geom is not going to be modified by the function
@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
*/
int addTopologicalPoints( QgsGeometry* geom );

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

0 comments on commit 3a74fd5

Please sign in to comment.