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 {