Add comment to SetMarkupProcessingEnabled()
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / text-view / text-view.h
index 796c18f..6bf42fe 100644 (file)
@@ -557,6 +557,9 @@ public:
   /**
    * @brief Sets whether markup processing should be carried out.
    *
+   * To use markup, applications need to SetMarkupProcessingEnabled first, then SetText().
+   *
+   * @see SetText()
    * @param[in] enable whether markup processing is carried out or not.
    */
   void SetMarkupProcessingEnabled( bool enable );