[GRASS-SVN] r47013 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 6 08:02:54 EDT 2011


Author: mmetz
Date: 2011-07-06 05:02:54 -0700 (Wed, 06 Jul 2011)
New Revision: 47013

Modified:
   grass/trunk/lib/vector/Vlib/list.c
Log:
add documentation

Modified: grass/trunk/lib/vector/Vlib/list.c
===================================================================
--- grass/trunk/lib/vector/Vlib/list.c	2011-07-06 10:31:15 UTC (rev 47012)
+++ grass/trunk/lib/vector/Vlib/list.c	2011-07-06 12:02:54 UTC (rev 47013)
@@ -14,6 +14,7 @@
  *
  * \author Original author CERL, probably Dave Gerdes or Mike Higgins.
  * \author Update to GRASS 5.7 Radim Blazek and David D. Gray
+ * \author Update to GRASS 7 Markus Metz
  */
 
 #include <stdlib.h>
@@ -216,6 +217,8 @@
  * This structure is used as container for bounding boxes with id. The
  * library routines handle all memory allocation.
  *
+ * \param have_boxes if set to 0, the list will hold only ids and no boxes
+ * 
  * \return pointer to struct boxlist
  * \return NULL on error
  */



More information about the grass-commit mailing list