Browse Source

Vect_get_line_nodes: extended dox params description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59283 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 năm trước cách đây
mục cha
commit
80f56537fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/vector/Vlib/level_two.c

+ 1 - 1
lib/vector/Vlib/level_two.c

@@ -300,7 +300,7 @@ int Vect_get_node_coor(const struct Map_info *Map, int num, double *x, double *y
 
    \param Map pointer to Map_info struct
    \param line line id
-   \param n1, n2 ids of line nodes (or NULL)
+   \param n1 (start node), n2 (end node) ids of line nodes (or NULL)
 
    \return 1
  */