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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 3 02:36:10 PDT 2013


Author: martinl
Date: 2013-05-03 02:36:10 -0700 (Fri, 03 May 2013)
New Revision: 56097

Modified:
   grass/trunk/include/vect/dig_structs.h
Log:
vlib: fix doxygen


Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h	2013-05-03 09:28:45 UTC (rev 56096)
+++ grass/trunk/include/vect/dig_structs.h	2013-05-03 09:36:10 UTC (rev 56097)
@@ -720,15 +720,15 @@
     off_t offset;
 };
 
-/*! Backward compatibility version info */
+/*! \brief Backward compatibility version info */
 struct Version_info {
-    /*! Current version (major) */
+    /*! \brief Current version (major) */
     int major;
-    /*! Current version (minor) */
+    /*! \brief Current version (minor) */
     int minor;
-    /*! Earliest version that can use this data format (major) */
+    /*! \brief Earliest version that can use this data format (major) */
     int back_major;
-    /*! Earliest version that can use this data format (minor) */
+    /*! \brief Earliest version that can use this data format (minor) */
     int back_minor;
 };
 
@@ -739,15 +739,15 @@
 */
 struct Plus_head
 {
-    /*! Backward compatibility version info */
+    /*! \brief Backward compatibility version info */
     struct {
-        /*! Version info for coor file */
+        /*! \brief Version info for coor file */
         struct Version_info coor;
-        /*! Version info for topology file */
+        /*! \brief Version info for topology file */
         struct Version_info topo;
-        /*! Version info for spatial index file */
+        /*! \brief Version info for spatial index file */
         struct Version_info spidx;
-        /*! Version info for category index file */
+        /*! \brief Version info for category index file */
         struct Version_info cidx;
     } version;
 



More information about the grass-commit mailing list