From a1b1a51251ab19c216d42ce0e77f11396471fb3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 21 Mar 2012 15:48:01 +0000 Subject: [PATCH] Get rid of doxygen warning git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@562 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Geometry/QuadricT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/Geometry/QuadricT.hh b/src/OpenMesh/Core/Geometry/QuadricT.hh index 9dc87bd3..b3920cb2 100644 --- a/src/OpenMesh/Core/Geometry/QuadricT.hh +++ b/src/OpenMesh/Core/Geometry/QuadricT.hh @@ -68,7 +68,7 @@ namespace Geometry { //BEGIN_NS_GEOMETRY //== CLASS DEFINITION ========================================================= -/** /class QuadricT QuadricT.hh +/** /class QuadricT Geometry/QuadricT.hh Stores a quadric as a 4x4 symmetrix matrix. Used by the error quadric based mesh decimation algorithms.