Get rid of most doxygen warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@421 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-10-10 11:14:09 +00:00
parent efca170161
commit 0ee8f9f0b3
6 changed files with 21 additions and 20 deletions

View File

@@ -206,10 +206,9 @@ private:
//-----------------------------------------------------------------------------
/** \class PropertyT<bool> Property.hh <OpenMesh/Core/Utils/PropertyT.hh>
/** Property specialization for bool type.
Property specialization for bool type. The data will be stored as
a bitset.
The data will be stored as a bitset.
*/
template <>
class PropertyT<bool> : public BaseProperty
@@ -364,9 +363,7 @@ private:
//-----------------------------------------------------------------------------
/** \class PropertyT<std::string> Property.hh <OpenMesh/Core/Utils/PropertyT.hh>
Property specialization for std::string type.
/** Property specialization for std::string type.
*/
template <>
class PropertyT<std::string> : public BaseProperty