CanvasRenderer: Clean up code 33/258633/4
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 21 May 2021 09:06:22 +0000 (18:06 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 8 Jun 2021 01:40:11 +0000 (10:40 +0900)
fix indentation and remove unnecessary code.

Change-Id: Ifc7928a1b04fb46d3a973999864c4053047c6384

dali/internal/canvas-renderer/common/canvas-renderer-factory.h
dali/internal/canvas-renderer/common/drawable-factory.h
dali/internal/canvas-renderer/common/shape-factory.h

index 4442656..bc58d3d 100644 (file)
@@ -32,10 +32,10 @@ class CanvasRenderer;
 namespace CanvasRendererFactory
 {
 /**
  * @brief Creates new instance of CanvasRenderer implementation
  * @param[in] viewBox The viewBox of canvas.
  * @return pointer to CanvasRenderer implementation instance
  */
+ * @brief Creates new instance of CanvasRenderer implementation
+ * @param[in] viewBox The viewBox of canvas.
+ * @return pointer to CanvasRenderer implementation instance
+ */
 Dali::Internal::Adaptor::CanvasRenderer* New(const Vector2& viewBox);
 
 } // namespace CanvasRendererFactory
index bd697fc..8a1acfe 100644 (file)
@@ -27,14 +27,12 @@ namespace Internal
 {
 namespace Adaptor
 {
-class s;
-
 namespace DrawableFactory
 {
 /**
  * @brief Creates new instance of Drawable implementation
  * @return pointer to Drawable implementation instance
  */
+ * @brief Creates new instance of Drawable implementation
+ * @return pointer to Drawable implementation instance
+ */
 Dali::Internal::Adaptor::Drawable* New();
 
 } // namespace DrawableFactory
index b4f6f9b..7c2d22b 100644 (file)
@@ -27,14 +27,12 @@ namespace Internal
 {
 namespace Adaptor
 {
-class s;
-
 namespace ShapeFactory
 {
 /**
  * @brief Creates new instance of Shape implementation
  * @return pointer to Shape implementation instance
  */
+ * @brief Creates new instance of Shape implementation
+ * @return pointer to Shape implementation instance
+ */
 Dali::Internal::Adaptor::Shape* New();
 
 } // namespace ShapeFactory