瀏覽代碼

libogsf: doxygen cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56325 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
9eb43785d0
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      lib/ogsf/GP2.c

+ 4 - 4
lib/ogsf/GP2.c

@@ -363,13 +363,13 @@ int GP_unset_style_thematic(int id)
 }
 
 /*!
-   \brief Set z-mode
+   \brief Set z mode for point set
 
-   \param id poin set id
-   \param use_z use z ?
+   \param id point set id
+   \param use_z TRUE to use z-coordinaces when vector map is 3D
 
    \return 1 on success
-   \return 0 no z
+   \return 0 vector map is not 3D
    \return -1 on error (invalid point set id)
  */
 /* I don't see who is using it? Why it's required? */