소스 검색

Vlib: dox: updating documentation according to V2_read_next_line_nat etc. where Vect_box_overlap is used

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52309 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 13 년 전
부모
커밋
a658901634
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/vector/Vlib/constraint.c

+ 3 - 1
lib/vector/Vlib/constraint.c

@@ -34,7 +34,9 @@
    \brief Set constraint region
 
    Vect_read_next_line() will read only features inside of given
-   region. Constraint is ignored for random access - Vect_read_line().
+   region or features with overlapping bounding box. 
+
+   \note Constraint is ignored for random access - Vect_read_line().
 
    \param Map pointer to Map_info struct
    \param n,s,e,w,t,b bbox definition (north, south, east, west, top, and bottom coordinates)