Переглянути джерело

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)