Documentation update

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@164 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-17 09:27:00 +00:00
parent 9aadb5c814
commit e43e6d74be

View File

@@ -58,13 +58,14 @@ namespace OpenMesh {
//== CLASS DEFINITION =========================================================
/// This class adds the standard properties to the mesh type.
///
/// The attribute kernel adds all standard properties to the kernel. Therefore
/// the functions/types defined here provide a subset of the kernel
/// interface as described in Concepts::KernelT.
///
/// \see Concepts::KernelT
/** \class AttribKernelT AttribKernelT.hh <OpenMesh/Mesh/AttribKernelT.hh>
The attribute kernel adds all standard properties to the kernel. Therefore
the functions/types defined here provide a subset of the kernel
interface as described in Concepts::KernelT.
\see Concepts::KernelT
*/
template <class MeshItems, class Connectivity>
class AttribKernelT : public Connectivity
{