浏览代码

vlib: doxygen cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55412 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
49983c76eb
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      lib/vector/Vlib/write_nat.c

+ 4 - 4
lib/vector/Vlib/write_nat.c

@@ -341,7 +341,7 @@ off_t V1_write_line_nat(struct Map_info *Map,
 }
 
 /*!
-  \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 @@ off_t V1_rewrite_line_nat(struct Map_info *Map, int line, int type, off_t offset
 }
 
 /*!
-  \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 @@ int V1_delete_line_nat(struct Map_info *Map, off_t offset)
 }
 
 /*!
-  \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 @@ int V1_restore_line_nat(struct Map_info *Map, off_t offset)
 }
 
 /*!
-  \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