瀏覽代碼

Vect_line_buffer2: Fix documentation to match expected argument order

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71763 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maris Nartiss 7 年之前
父節點
當前提交
9e57323650
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/Vlib/buffer2.c

+ 1 - 1
lib/vector/Vlib/buffer2.c

@@ -999,8 +999,8 @@ static void buffer_lines(struct line_pnts *area_outer, struct line_pnts **area_i
    \param caps add caps at line ends (0 - butt, not 0 - caps)
    \param tol maximum distance between theoretical arc and output segments
    \param[out] oPoints output polygon outer border (ccw order)
-   \param[out] inner_count number of holes
    \param[out] iPoints array of output polygon's holes (cw order)
+   \param[out] inner_count number of holes
  */
 void Vect_line_buffer2(const struct line_pnts *Points, double da, double db,
 		       double dalpha, int round, int caps, double tol,