ソースを参照

libraster: sync doc & param names

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64139 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 年 前
コミット
7373b4ed55
1 ファイル変更4 行追加4 行削除
  1. 4 4
      lib/raster/reclass.c

+ 4 - 4
lib/raster/reclass.c

@@ -28,13 +28,13 @@ static int get_reclass_table(FILE *, struct Reclass *);
  *
  * This function determines if the raster map <i>name</i> in
  * <i>mapset</i> is a reclass file. If it is, then the name and mapset
- * of the referenced raster map are copied into the <i>r_name</i> and
- * <i>r_mapset</i> buffers.  
+ * of the referenced raster map are copied into the <i>rname</i> and
+ * <i>rmapset</i> buffers.  
  *
  * \param name map name
  * \param mapset mapset name
- * \param[out] r_name name of reference map
- * \param[out] r_mapset mapset where reference map lives
+ * \param[out] rname name of reference map
+ * \param[out] rmapset mapset where reference map lives
  *
  * \returns 1 if it is a reclass file
  * \return 0 if it is not