diff --git a/docs/Doxygen/allocation.dxy b/docs/Doxygen/allocation.dxy
index 3cb3e4f2..6a239650 100644
--- a/docs/Doxygen/allocation.dxy
+++ b/docs/Doxygen/allocation.dxy
@@ -8,7 +8,7 @@ Adding element to a vector can cause reallocation, and therefore invalidation of
\dontinclude trimesh_allocate.cpp
\skip MyMesh
-\until f.V(2)=ivp[2];
+\until fi->V(2)=ivp[2];
look to platonic.h for more examples.
diff --git a/docs/Doxygen/index.dxy b/docs/Doxygen/index.dxy
index b5dfc1f8..7ddedf0c 100644
--- a/docs/Doxygen/index.dxy
+++ b/docs/Doxygen/index.dxy
@@ -11,21 +11,22 @@ software tools of the Visual Computing Lab of the Italian National Resear
The VCG library is tailored to mostly manage triangular meshes:
The library is fairly large and offers many state of the art functionalities for processing meshes, like:
-- high quality simplfication,
+- high quality quadric-error edge-collapse based simplfication,
- efficient spatial query structures (uniform grids, hashed grids, kdtree, ...) ,
- advanced smoothing and fairing algorithms,
- computation of curvature,
- optimization of texture coordinates,
- Hausdorff distance computation,
-- Geodesic paths
-- mesh repairing capabilities and many many other.
-- isosurface extraction and advancing front meshing algorithms
-- subdivision surfaces
+- Geodesic paths,
+- mesh repairing capabilities,
+- isosurface extraction and advancing front meshing algorithms,
+- Poisson Disk sampling and other tools to sample point distributions over meshes,
+- subdivision surfaces,
Documentation
-------
-Start from the following pages for basic concepts and needs.
+Start from the following pages for basic concepts and examples.
- \subpage install "Installing the VCG Library"
- \subpage basic_concepts "Basic Concepts"
- \subpage flags "Bit Flags on mesh elements"
@@ -34,19 +35,23 @@ Start from the following pages for basic concepts and needs.
- \subpage attributes "Adding user defined attributes to mesh elements"
- \subpage fileformat "Loading and saving meshes"
- \subpage shot "Camera and shot abstraction for managing views"
-- \ref code_sample "Short Examples showing various features of the lib"
+- \ref code_sample "Short Examples showing various features of the library"
Notable Applications
-------
A number of applications have been developed using the vcglib:
- MeshLab: the renowed open source mesh processing is based on this library.
- \subpage metro "Metro, the tool for measuring differences between meshes"
+- The first high quality out-of-core mesh simplifier that was used by the Stanford Digital Michelangelo project to process their huge 3D scanned models.
Contacts
-------
-For any info about licensing the (portion of the library) please contact us:
+
+For any info about licensing (portion of) the library please contact us:
Paolo Cignoni (p.cignoni@isti.cnr.it)
Fabio Ganovelli (f.ganovelli@isti.cnr.it)
-Visual Computing Lab of the Italian National Research Council Institute ISTI
+Visual Computing Lab of the Italian National Research Council - ISTI
+
+In case of \b bugs please report them here.
*/