[GRASS-SVN] r71768 - grass/branches/releasebranch_7_4/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 18 12:38:49 PST 2017


Author: neteler
Date: 2017-11-18 12:38:49 -0800 (Sat, 18 Nov 2017)
New Revision: 71768

Modified:
   grass/branches/releasebranch_7_4/lib/vector/Vlib/buffer2.c
Log:
Vect_line_buffer2: Fix documentation to match expected argument order (trunk, r71763)

Modified: grass/branches/releasebranch_7_4/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/branches/releasebranch_7_4/lib/vector/Vlib/buffer2.c	2017-11-18 20:27:17 UTC (rev 71767)
+++ grass/branches/releasebranch_7_4/lib/vector/Vlib/buffer2.c	2017-11-18 20:38:49 UTC (rev 71768)
@@ -999,8 +999,8 @@
    \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] iPoints array of output polygon's holes (cw order)
    \param[out] inner_count number of holes
-   \param[out] iPoints array of output polygon's holes (cw order)
  */
 void Vect_line_buffer2(const struct line_pnts *Points, double da, double db,
 		       double dalpha, int round, int caps, double tol,



More information about the grass-commit mailing list