diff --git a/src/OpenMesh/Core/Mesh/Traits.hh b/src/OpenMesh/Core/Mesh/Traits.hh index 9625e60b..6595eff9 100644 --- a/src/OpenMesh/Core/Mesh/Traits.hh +++ b/src/OpenMesh/Core/Mesh/Traits.hh @@ -215,8 +215,8 @@ template struct MergeTraits /** Macro for merging two traits classes _S1 and _S2 into one traits class _D. Note that in case of ambiguities class _S1 overrides _S2, especially - the point/normal/color/texcoord type to be used is taken from _S1::Point/ - _S1::Normal/_S1::Color/_S1::TexCoord. + the point/normal/color/texcoord type to be used is taken from _S1::Point / + _S1::Normal / _S1::Color / _S1::TexCoord */ #define OM_Merge_Traits(_S1, _S2, _D) \ typedef OpenMesh::MergeTraits<_S1, _S2>::Result _D;