소스 검색

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 년 전
부모
커밋
80f56537fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
  */