[QGIS Commit] r15659 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Apr 1 09:48:22 EDT 2011


Author: timlinux
Date: 2011-04-01 06:48:21 -0700 (Fri, 01 Apr 2011)
New Revision: 15659

Modified:
   trunk/qgis/src/core/qgsvectorlayer.h
Log:
Minor comments cleanup

Modified: trunk/qgis/src/core/qgsvectorlayer.h
===================================================================
--- trunk/qgis/src/core/qgsvectorlayer.h	2011-04-01 13:21:15 UTC (rev 15658)
+++ trunk/qgis/src/core/qgsvectorlayer.h	2011-04-01 13:48:21 UTC (rev 15659)
@@ -401,11 +401,12 @@
     @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



More information about the QGIS-commit mailing list