[GRASS-SVN] r48454 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 24 12:24:46 EDT 2011
Author: martinl
Date: 2011-09-24 09:24:46 -0700 (Sat, 24 Sep 2011)
New Revision: 48454
Modified:
grass/trunk/lib/vector/Vlib/level_two.c
Log:
vlib: improve doxygen docs for Vect_get_centroid_area()
Modified: grass/trunk/lib/vector/Vlib/level_two.c
===================================================================
--- grass/trunk/lib/vector/Vlib/level_two.c 2011-09-24 16:22:27 UTC (rev 48453)
+++ grass/trunk/lib/vector/Vlib/level_two.c 2011-09-24 16:24:46 UTC (rev 48454)
@@ -3,7 +3,7 @@
\brief Vector library - topology level functions
- (C) 2001-2009 by the GRASS Development Team
+ (C) 2001-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
@@ -392,7 +392,7 @@
\return area id the centroid is within
\return 0 for not in area
- \return negative id if area/centroid (?) is duplicate
+ \return negative id if centroid is duplicated in the area
*/
int Vect_get_centroid_area(const struct Map_info *Map, int centroid)
{
More information about the grass-commit
mailing list