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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 24 10:31:52 PDT 2013


Author: mmetz
Date: 2013-04-24 10:31:52 -0700 (Wed, 24 Apr 2013)
New Revision: 55984

Modified:
   grass/trunk/lib/vector/Vlib/copy.c
Log:
Vlib: fix documentation

Modified: grass/trunk/lib/vector/Vlib/copy.c
===================================================================
--- grass/trunk/lib/vector/Vlib/copy.c	2013-04-24 17:30:09 UTC (rev 55983)
+++ grass/trunk/lib/vector/Vlib/copy.c	2013-04-24 17:31:52 UTC (rev 55984)
@@ -567,7 +567,7 @@
    \param field_in input layer number
    \param field_out output layer number
    \param field_name layer name
-   \param type feature type
+   \param type how many tables are linked to map: GV_1TABLE / GV_MTABLE
 
    \return 0 on success
    \return -1 on error
@@ -588,7 +588,7 @@
    \param field_in input layer number
    \param field_out output layer number
    \param field_name layer name
-   \param type feature type
+   \param type how many tables are linked to map: GV_1TABLE / GV_MTABLE
    \param cats pointer to array of cats or NULL
    \param ncats number of cats in 'cats'
 



More information about the grass-commit mailing list