浏览代码

Vlib: fix documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55984 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
b3813cff68
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/vector/Vlib/copy.c

+ 2 - 2
lib/vector/Vlib/copy.c

@@ -567,7 +567,7 @@ int Vect_copy_tables(const struct Map_info *In, struct Map_info *Out,
    \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 @@ int Vect_copy_table(const struct Map_info *In, struct Map_info *Out, int field_i
    \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'