[geos-commits] r3262 - trunk/include/geos/algorithm
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Mar 4 11:30:48 EST 2011
Author: strk
Date: 2011-03-04 08:30:48 -0800 (Fri, 04 Mar 2011)
New Revision: 3262
Modified:
trunk/include/geos/algorithm/BoundaryNodeRule.h
Log:
Indenting..
Modified: trunk/include/geos/algorithm/BoundaryNodeRule.h
===================================================================
--- trunk/include/geos/algorithm/BoundaryNodeRule.h 2011-03-02 13:45:31 UTC (rev 3261)
+++ trunk/include/geos/algorithm/BoundaryNodeRule.h 2011-03-04 16:30:48 UTC (rev 3262)
@@ -55,16 +55,16 @@
// virtual classes should always have a virtual destructor..
virtual ~BoundaryNodeRule() {}
- /**
- * Tests whether a point that lies in <tt>boundaryCount</tt>
- * geometry component boundaries is considered to form part of
+ /**
+ * Tests whether a point that lies in <tt>boundaryCount</tt>
+ * geometry component boundaries is considered to form part of
* the boundary of the parent geometry.
- *
- * @param boundaryCount the number of component boundaries that
+ *
+ * @param boundaryCount the number of component boundaries that
* this point occurs in
- * @return true if points in this number of boundaries lie in
+ * @return true if points in this number of boundaries lie in
* the parent boundary
- */
+ */
virtual bool isInBoundary(int boundaryCount) const=0;
/** \brief
More information about the geos-commits
mailing list