[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-scene3d / public-api / loader / skinning-details.h
index ca0bdc2..7752219 100644 (file)
@@ -18,8 +18,8 @@
  */
 
 // EXTERNAL INCLUDES
-#include <dali/public-api/rendering/shader.h>
 #include <dali/public-api/animation/constraint.h>
+#include <dali/public-api/rendering/shader.h>
 #include <string>
 
 // INTERNAL INCLUDES
@@ -41,16 +41,17 @@ public:
     Matrix                        inverseMatrix;
   };
 
-  /*
+  /**
    * @brief Upper limit on the number of joints supported.
+   * @SINCE_2_0.7
    */
   static const uint32_t MAX_JOINTS;
 
-  /*
+  /**
    * @brief Name of bone matrix uniform (array).
+   * @SINCE_2_0.7
    */
   static const char* BONE_UNIFORM_NAME;
-  static const char* JOINT_MATRIX;
 
   Skinning() = delete;
 };