瀏覽代碼

vlib: minor doxygen updates

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46864 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父節點
當前提交
f318fbb5e9
共有 1 個文件被更改,包括 9 次插入2 次删除
  1. 9 2
      include/vect/dig_structs.h

+ 9 - 2
include/vect/dig_structs.h

@@ -273,7 +273,9 @@ struct recycle
 };
 
 /*!
-  \brief Vector map header
+  \brief Vector map header data
+
+  Holds header data of vector map (see \ref vlibMap_info)
 */
 struct dig_head
 {
@@ -565,7 +567,9 @@ struct Cat_index
 };
 
 /*!
-  \brief Plus header info
+  \brief Basic topology-related info
+
+  Holds basic topology-related information about vector map
 */
 struct Plus_head
 {
@@ -1026,6 +1030,9 @@ struct Plus_head
 
 /*! \brief
   Vector map info
+
+  Maintains all information about an individual open vector map. The
+structure must be passed to the mosy vector library routines.
 */
 struct Map_info
 {