Better Doxygen documentation

This commit is contained in:
Paolo Cignoni 2004-11-18 15:13:03 +00:00
parent 7ed79b6afd
commit 68a655b0e7
1 changed files with 4 additions and 0 deletions

View File

@ -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 MESH_TYPE>
class ImporterOFF
{