From 68a655b0e75ddd4a4f7ec3fb862e2b03779b5821 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 18 Nov 2004 15:13:03 +0000 Subject: [PATCH] Better Doxygen documentation --- wrap/io_trimesh/import_off.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 27939c9d..aa74060a 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -38,6 +38,10 @@ namespace vcg { // /** \addtogroup */ // /* @{ */ + /** + This class encapsulate a filter for importing OFF meshes. + A basic description of the OFF file format can be found at http://www.geomview.org/docs/html/geomview_41.html + */ template class ImporterOFF {