Corrected doc that caused doxygen warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@235 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-11-23 12:31:10 +00:00
parent 7bfa044358
commit fcbfc1d03c

View File

@@ -72,7 +72,7 @@ namespace Utils { // BEGIN_NS_UTILS
/** \class NumLimitsT NumLimitsT.hh <OpenMesh/Utils/NumLimitsT.hh
This class provides the maximum and minimum values a certain
scalar type (\cint, \c float, or \double) can store. You can
scalar type (\c int, \c float, or \c double) can store. You can
use it like this:
\code
#include <OpenMesh/Utils/NumLimitsT.hh>