Fixed doxygen document.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Wed, 11 Sep 2013 11:35:40 +0000 (20:35 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Wed, 11 Sep 2013 11:35:40 +0000 (20:35 +0900)
Change-Id: I7e64c30b013b1027f04bc9217fdd0ec3b56e131f

inc/FUiControl.h

index d817c46..5aeed5b 100644 (file)
@@ -1275,7 +1275,7 @@ public:
         *
         *         delete pCanvas;
         *     }
-        *     Control::OnDraw();
+        *     Form::OnDraw();
         *     // Do not call Show(). It will be called automatically after OnDraw() callback.
         *     return r;
         * }