[GRASS-SVN] r71782 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 19 12:45:20 PST 2017
Author: mmetz
Date: 2017-11-19 12:45:20 -0800 (Sun, 19 Nov 2017)
New Revision: 71782
Modified:
grass/trunk/lib/vector/diglib/plus_area.c
Log:
diglib: fix typos
Modified: grass/trunk/lib/vector/diglib/plus_area.c
===================================================================
--- grass/trunk/lib/vector/diglib/plus_area.c 2017-11-19 20:44:34 UTC (rev 71781)
+++ grass/trunk/lib/vector/diglib/plus_area.c 2017-11-19 20:45:20 UTC (rev 71782)
@@ -171,7 +171,7 @@
*
* Then for each line in area, update line (right,left) info.
*
- * Neither islands nor centroids area filled.
+ * Neither islands nor centroids are filled.
*
* \param[in] plus pointer to Plus_head structure
* \param[in] n_lines number of lines
@@ -340,7 +340,7 @@
* \brief Delete area from Plus_head structure
*
* This function deletes area from the topo structure and resets references
- * to this area in lines, isles (within) to 0.
+ * to this area in boundaries, isles (within), and the centroid (if any) to 0.
* Possible new area is not created by this function, so that
* old boundaries participating in this area are left without area information
* even if form new area.
@@ -447,7 +447,7 @@
/*!
- * \brief Find number line of next angle to follow an line
+ * \brief Find line number of next angle to follow a line
*
* Assume that lines are sorted in increasing angle order and angles
* of points and degenerated lines are set to -9 (ignored).
@@ -458,8 +458,8 @@
* \param[in] type line type (GV_LINE, GV_BOUNDARY or both)
* \param[in] angle
*
- * \return line number of next angle to follow an line (negative if connected by end node)
- * (number of current line may be return if dangle - this is used in build)
+ * \return line number of next angle to follow a line (negative if connected by end node)
+ * (number of current line may be returned if dangle - this is used in build)
* \return 0 on error or not found
*/
int
@@ -591,7 +591,7 @@
}
/*!
- * \brief Checks if angles of adjacent lines differ.
+ * \brief Check if angles of adjacent lines differ.
*
* Negative line number for end point. Assume that lines are sorted
* in increasing angle order and angles of points and degenerated
@@ -669,7 +669,7 @@
* The order of input lines is expected to be counter clockwise.
* Then for each line in isle, update line (right,left) info.
*
- * Area number the island is within is not filled.
+ * Area number the island is within is not filled.
*
* \param[in] plus pointer to Plus_head structure
* \param[in] n_lines number of lines
More information about the grass-commit
mailing list