Tidied up documentation (especially the mainpage) to improve usability. Added a new tutorial on building projects using OpenMesh.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@275 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2010-03-01 16:00:36 +00:00
parent 553fe4fe9b
commit aec2f3ec86
6 changed files with 107 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
/** \page mesh_first_to_read Start here (Notes on template programming)!
/** \page mesh_first_to_read Notes on template programming
Please note, that %OpenMesh makes heavily use of C++ templates,
generic programming and all that stuff (see \ref mesh_cpp). Therefore
@@ -47,7 +47,7 @@ OpenMesh::PolyMeshT can use any kernel.
//-----------------------------------------------------------------------------
/** \page mesh_features Features and Goals
/** \page mesh_features Features and Goals of OpenMesh
The main features of the underlying data structure are:
@@ -602,7 +602,7 @@ provides the pubic member functions of
//-----------------------------------------------------------------------------
/** \page mesh_io Mesh Input and Output
/** \page mesh_io Mesh Read and write files
This section explains the methods used to read a mesh from a file or
write it to a file. The corresponding functions are defined in the