diff --git a/apps/msvc/tri_decimator/tri_decimator.vcproj b/apps/msvc/tri_decimator/tri_decimator.vcproj
index 6118df54..df517ad2 100644
--- a/apps/msvc/tri_decimator/tri_decimator.vcproj
+++ b/apps/msvc/tri_decimator/tri_decimator.vcproj
@@ -132,9 +132,15 @@
+
+
+
+
public:
+
Revision 1.4 2004/09/08 15:10:59 ganovelli
*** empty log message ***
@@ -96,10 +99,10 @@ class LocalModification
/// LocalOptimization:
/// This class implements the algorihms running on 0-1-2-3-simplicial complex that are based on local modification
-/// THe local modification can be and edge_collpase, or an edge_swap, a vertex plit...as far as they implement
+/// The local modification can be and edge_collpase, or an edge_swap, a vertex plit...as far as they implement
/// the interface defined in LocalModification.
-/// Implementation note: i norder to keep the local modification itself indepented by its use in this class, they are not
-/// really derived by LocalModification. INstead, a wrapper is done to this purpose (see vcg/complex/tetramesh/decimation/collapse.h)
+/// Implementation note: in order to keep the local modification itself indepented by its use in this class, they are not
+/// really derived by LocalModification. Instead, a wrapper is done to this purpose (see vcg/complex/tetramesh/decimation/collapse.h)
template
class LocalOptimization
diff --git a/vcg/complex/trimesh/edge_collapse.h b/vcg/complex/trimesh/edge_collapse.h
index affafad8..89d0a798 100644
--- a/vcg/complex/trimesh/edge_collapse.h
+++ b/vcg/complex/trimesh/edge_collapse.h
@@ -34,8 +34,9 @@
/** \addtogroup trimesh */
/*@{*/
-/// This Class is used for the edge collapse
-
+/** This a static utlity class for the edge collapse.
+ It provides a common set of useful function for actually making an edge collapse over a trimesh. See also
+**/
namespace vcg{
namespace tri{
@@ -240,8 +241,6 @@ class EdgeCollapse
f00->FFi(If00)=If01;
f01->FFp(If01)=f00;
f01->FFi(If01)=If00;
-
-
}