From: taeyoon0.lee Date: Fri, 3 Nov 2017 08:21:55 +0000 (+0900) Subject: [4.0] Added doxygen tag for UNDERLAY( false ) X-Git-Tag: accepted/tizen/4.0/unified/20171114.062928~6 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=a309d9a60fcce0ac8137d1f15ce69f12243ca256 [4.0] Added doxygen tag for UNDERLAY( false ) Change-Id: I1f8bd932af6aaa8a31f6ce31c8bd22d30f957f47 --- diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 4fd92a7..ddcd598 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -368,6 +368,7 @@ ALIASES += PRIVILEGE_DISPLAY="" ALIASES += PRIVILEGE_WINDOW_PRIORITY="" ALIASES += REMARK_INTERNET="" ALIASES += REMARK_STORAGE="" +ALIASES += REMARK_RAWVIDEO="" ############################################ ## For Tizen Native API Reference @@ -399,6 +400,7 @@ ALIASES += REMARK_STORAGE="" #ALIASES += PRIVILEGE_WINDOW_PRIORITY="\par Privilege:\n http://tizen.org/privilege/window.priority.set" #ALIASES += REMARK_INTERNET="@remarks %http://tizen.org/privilege/internet is needed if @a url is a http or https address." #ALIASES += REMARK_STORAGE="@remarks %http://tizen.org/privilege/mediastorage is needed if @a url is relevant to media storage. @remarks %http://tizen.org/privilege/externalstorage is needed if @a url is relevant to external storage." +#ALIASES += REMARK_RAWVIDEO="@remarks %http://tizen.org/feature/multimedia.raw_video is needed if UNDERLAY is false. If the feature isn't supported, UNDERLAY is always true." # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class" diff --git a/dali-toolkit/public-api/controls/video-view/video-view.h b/dali-toolkit/public-api/controls/video-view/video-view.h index 3e7e2ee..cd2f97e 100644 --- a/dali-toolkit/public-api/controls/video-view/video-view.h +++ b/dali-toolkit/public-api/controls/video-view/video-view.h @@ -109,6 +109,7 @@ public: * @brief name "underlay", Video rendering by underlay, true or false * This shows video composited underneath the window by the system. This means it may ignore rotation of the video-view * @SINCE_1_2.62 + * @REMARK_RAWVIDEO */ UNDERLAY };