瀏覽代碼

add documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47013 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父節點
當前提交
6e58ad6ea4
共有 1 個文件被更改,包括 3 次插入0 次删除
  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
  */