Add comment to SetMarkupProcessingEnabled() dali-2014-wk22-release
authorSunhyun Kim <scholb.kim@samsung.com>
Mon, 26 May 2014 07:22:37 +0000 (16:22 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 29 May 2014 14:10:35 +0000 (15:10 +0100)
commitad49b1678c08f91af54531815a58f4c22a20271a
treec8d427fcabf108766212ef5fa04aad2d3d863e78
parentc80891229bdd801ce5cbc02d68453b4aa7b59397
Add comment to SetMarkupProcessingEnabled()

Application developer can confuse using SetMarkupProcessingEnabled().
i add one example.

 1) TextView text = Toolkit::TextView::New( MarkupText[] );
 2) text.SetMarkupProcessingEnabled(true);

developer can think MarkupText already enable markupProcessing.
but SetMarkupProcessingEnabled is adapted after SetText().
so i added simply comment to SetMarkupProcessingEnabled().
capi/dali-toolkit/public-api/controls/text-view/text-view.h