Explorar o código

vlib: minor doxygen updates

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46864 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
f318fbb5e9
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  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
 {