Index: trunk/src_plugins/polycombine/polycombine.c =================================================================== --- trunk/src_plugins/polycombine/polycombine.c (revision 15720) +++ trunk/src_plugins/polycombine/polycombine.c (revision 15721) @@ -99,8 +99,7 @@ poly_tree *next; }; -/*! - *
+/*
  *                      ______
  *  ___________________|_  P6 |             +P1 ____ +P6
  * | P1                | |    |              |
@@ -116,7 +115,6 @@
  * |                     |
  * |_____________________|
  *
- * 
* As we encounter each polygon, it gets a record. We need to check * whether it contains any of the polygons existing in our tree. If * it does, it will become the parent of them. (Check breadth first).