Fix documentation for Text::EditableControlInterface interface override functions 74/240874/1
authorali <ali198724@gmail.com>
Wed, 12 Aug 2020 07:29:34 +0000 (10:29 +0300)
committerali <ali198724@gmail.com>
Wed, 12 Aug 2020 08:57:02 +0000 (11:57 +0300)
Change-Id: I4fe04195e95380562ff0347175fd58b731ae32b9

dali-toolkit/internal/controls/text-controls/text-editor-impl.h
dali-toolkit/internal/controls/text-controls/text-field-impl.h

index ba36ad9..2387d0a 100755 (executable)
@@ -177,22 +177,22 @@ private: // From Control
 // From EditableControlInterface
 
   /**
-   * @copydoc Text::ControlInterface::TextChanged()
+   * @copydoc Text::EditableControlInterface::TextChanged()
    */
   virtual void TextChanged();
 
   /**
-   * @copydoc Text::ControlInterface::MaxLengthReached()
+   * @copydoc Text::EditableControlInterface::MaxLengthReached()
    */
   virtual void MaxLengthReached();
 
   /**
-   * @copydoc Text::ControlInterface::InputStyleChanged()
+   * @copydoc Text::EditableControlInterface::InputStyleChanged()
    */
   virtual void InputStyleChanged( Text::InputStyle::Mask inputStyleMask );
 
   /**
-   * @copydoc Text::ControlInterface::AddDecoration()
+   * @copydoc Text::EditableControlInterface::AddDecoration()
    */
   virtual void AddDecoration( Actor& actor, bool needsClipping );
 
index 2991931..201d5d1 100755 (executable)
@@ -184,22 +184,22 @@ private: // From Control
 // From EditableControlInterface
 
   /**
-   * @copydoc Text::ControlInterface::TextChanged()
+   * @copydoc Text::EditableControlInterface::TextChanged()
    */
   virtual void TextChanged();
 
   /**
-   * @copydoc Text::ControlInterface::MaxLengthReached()
+   * @copydoc Text::EditableControlInterface::MaxLengthReached()
    */
   virtual void MaxLengthReached();
 
   /**
-   * @copydoc Text::ControlInterface::InputStyleChanged()
+   * @copydoc Text::EditableControlInterface::InputStyleChanged()
    */
   virtual void InputStyleChanged( Text::InputStyle::Mask inputStyleMask );
 
   /**
-   * @copydoc Text::ControlInterface::AddDecoration()
+   * @copydoc Text::EditableControlInterface::AddDecoration()
    */
   virtual void AddDecoration( Actor& actor, bool needsClipping );