From e43e6d74be7aaafacaf37e5dd738a2596f4d1b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 17 Jun 2009 09:27:00 +0000 Subject: [PATCH] Documentation update git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@164 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Mesh/AttribKernelT.hh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/AttribKernelT.hh b/src/OpenMesh/Core/Mesh/AttribKernelT.hh index 28d851c2..5822c130 100644 --- a/src/OpenMesh/Core/Mesh/AttribKernelT.hh +++ b/src/OpenMesh/Core/Mesh/AttribKernelT.hh @@ -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 + + 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 AttribKernelT : public Connectivity {