[GRASS-SVN] r55412 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 17 10:24:47 PDT 2013


Author: martinl
Date: 2013-03-17 10:24:46 -0700 (Sun, 17 Mar 2013)
New Revision: 55412

Modified:
   grass/trunk/lib/vector/Vlib/write_nat.c
Log:
vlib: doxygen cosmetics


Modified: grass/trunk/lib/vector/Vlib/write_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write_nat.c	2013-03-17 16:41:49 UTC (rev 55411)
+++ grass/trunk/lib/vector/Vlib/write_nat.c	2013-03-17 17:24:46 UTC (rev 55412)
@@ -341,7 +341,7 @@
 }
 
 /*!
-  \brief Writes feature to 'coor' file (topology level) - internal use only
+  \brief Writes feature to 'coor' file at topological level (internal use only)
   
   \param Map pointer to Map_info structure
   \param type feature type (GV_POINT, GV_LINE, ...)
@@ -457,7 +457,7 @@
 }
 
 /*!
-  \brief Rewrites feature to 'coor' file (topology level) - internal use only
+  \brief Rewrites feature to 'coor' file at topological level (internal use only)
   
   \param Map pointer to Map_info structure
   \param type feature type  (GV_POINT, GV_LINE, ...)
@@ -652,7 +652,7 @@
 }
 
 /*!
-  \brief Deletes feature (topology level) -- internal use only
+  \brief Deletes feature at topological level (internal use only)
   
   \param pointer to Map_info structure
   \param line feature id
@@ -902,7 +902,7 @@
 }
 
 /*!
-  \brief Restores feature (topology level)
+  \brief Restores feature at topological level (internal use only)
   
   \param Map pointer to Map_info structure
   \param line feature id



More information about the grass-commit mailing list