[GRASS-SVN] r52586 - grass/trunk/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 7 11:41:05 PDT 2012


Author: martinl
Date: 2012-08-07 11:41:05 -0700 (Tue, 07 Aug 2012)
New Revision: 52586

Modified:
   grass/trunk/include/vect/dig_structs.h
Log:
vlib: remove commented dbdriver (dig_struct.h)
      dox cosmetics


Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h	2012-08-07 17:45:22 UTC (rev 52585)
+++ grass/trunk/include/vect/dig_structs.h	2012-08-07 18:41:05 UTC (rev 52586)
@@ -640,7 +640,6 @@
     */
     PGconn   *conn;
     PGresult *res;
-    // dbDriver *dbdriver;
 #else
     void     *conn;
     void     *res;
@@ -661,9 +660,9 @@
     */
     struct Format_info_offset offset;
 
-    /* Full-topology support */
+    /* PostGIS topology support */
     /*!
-      \brief TopoGeometry column
+      \brief TopoGeometry column (feature table)
     */
     char    *topogeom_column;
     /*!



More information about the grass-commit mailing list