Fix incorrect Dali::Scene comment in actor.h 55/239555/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 27 Jul 2020 11:00:19 +0000 (12:00 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 27 Jul 2020 11:00:19 +0000 (12:00 +0100)
Change-Id: Ie7008469672ee88bd7eda8213fc348f678067296

dali/public-api/actors/actor.h

index fdc9e9a..e828e59 100644 (file)
@@ -720,7 +720,7 @@ public:
        * @brief The flag whether the actor is connected to the Scene.
        * When an actor is connected, it will be directly or indirectly parented to the root Actor.
        * @details Name "connectedToScene", type Property::BOOLEAN. Read-only
-       * @note The root Actor is provided automatically by Dali::Scene, and is always considered to be connected.
+       * @note The root Actor is provided automatically by the Scene, and is always considered to be connected.
        * @SINCE_1_9.17
        */
       CONNECTED_TO_SCENE,