(Automated Tests) Sync with core tests
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / dali-test-suite-utils.h
index 9e0364b..a3149f4 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_TEST_SUITE_UTILS_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -516,9 +516,7 @@ class ObjectDestructionTracker : public ConnectionTracker
 public:
 
   /**
-   * @brief
-   *
-   * Call in main part of code
+   * @brief Call in main part of code
    */
   ObjectDestructionTracker();
 
@@ -531,6 +529,7 @@ public:
 
   /**
    * @brief Call to check if Actor alive or destroyed.
+   *
    * @return bool true if Actor was destroyed
    */
   bool IsDestroyed();