From ae573836483d6acc56761918336cb8d2b0486d08 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Sep 2018 18:28:27 +1000 Subject: Cleanup: comment blocks --- source/blender/collada/collada_utils.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/collada/collada_utils.h') diff --git a/source/blender/collada/collada_utils.h b/source/blender/collada/collada_utils.h index 89a5379d3c7..001a2f5fe1b 100644 --- a/source/blender/collada/collada_utils.h +++ b/source/blender/collada/collada_utils.h @@ -184,16 +184,16 @@ public: }; /* a map to store bone extension maps -| std:string : an armature name -| BoneExtended * : a map that contains extra data for bones -*/ + * std:string : an armature name + * BoneExtended * : a map that contains extra data for bones + */ typedef std::map BoneExtensionMap; /* -| A class to organise bone extendion data for multiple Armatures. -| this is needed for the case where a Collada file contains 2 or more -| separate armatures. -*/ + * A class to organise bone extendion data for multiple Armatures. + * this is needed for the case where a Collada file contains 2 or more + * separate armatures. + */ class BoneExtensionManager { private: std::map extended_bone_maps; -- cgit v1.2.3