Added spaces to try to remove some documentation warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@561 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -215,8 +215,8 @@ template <class _Traits1, class _Traits2> 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;
|
||||
|
||||
Reference in New Issue
Block a user