Fix code comments 11/307111/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Mar 2024 03:57:08 +0000 (12:57 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Mar 2024 03:57:08 +0000 (12:57 +0900)
Change-Id: Id61ceee6144d6b81e8e302785093c4b545140d91
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/builder/tree-node-manipulator.h

index f881f58..24599a5 100644 (file)
@@ -223,7 +223,7 @@ struct DeleteNodesWithoutSelf
   : mSelf(self){};
 
   /*
-   * Call operator to add nodes to the list
+   * Call operator to delete object if given node is not self
    */
   void operator()(TreeNode*& n)
   {