[GRASS-SVN] r46864 - grass/trunk/include/vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 30 06:43:18 EDT 2011
Author: martinl
Date: 2011-06-30 03:43:17 -0700 (Thu, 30 Jun 2011)
New Revision: 46864
Modified:
grass/trunk/include/vect/dig_structs.h
Log:
vlib: minor doxygen updates
Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h 2011-06-30 10:35:26 UTC (rev 46863)
+++ grass/trunk/include/vect/dig_structs.h 2011-06-30 10:43:17 UTC (rev 46864)
@@ -273,7 +273,9 @@
};
/*!
- \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 @@
};
/*!
- \brief Plus header info
+ \brief Basic topology-related info
+
+ Holds basic topology-related information about vector map
*/
struct Plus_head
{
@@ -1026,6 +1030,9 @@
/*! \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
{
More information about the grass-commit
mailing list