Pārlūkot izejas kodu

add documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47013 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 gadi atpakaļ
vecāks
revīzija
6e58ad6ea4
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      lib/vector/Vlib/list.c

+ 3 - 0
lib/vector/Vlib/list.c

@@ -14,6 +14,7 @@
  *
  * \author Original author CERL, probably Dave Gerdes or Mike Higgins.
  * \author Update to GRASS 5.7 Radim Blazek and David D. Gray
+ * \author Update to GRASS 7 Markus Metz
  */
 
 #include <stdlib.h>
@@ -216,6 +217,8 @@ int Vect_val_in_list(const struct ilist *list, int val)
  * This structure is used as container for bounding boxes with id. The
  * library routines handle all memory allocation.
  *
+ * \param have_boxes if set to 0, the list will hold only ids and no boxes
+ * 
  * \return pointer to struct boxlist
  * \return NULL on error
  */