X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fmath%2Fviewport.h;h=cec1c15a9625e83b53842fd2b0dadad6d9d53686;hb=f09cea89519b3a7bdee3266b1bd26f97150d95cc;hp=3d0a4bdf11987666e1cf809323fd12868da25142;hpb=e7267cff159c0ea2f919cbbe8c809f22226148d9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/math/viewport.h b/dali/public-api/math/viewport.h index 3d0a4bd..cec1c15 100644 --- a/dali/public-api/math/viewport.h +++ b/dali/public-api/math/viewport.h @@ -23,12 +23,20 @@ namespace Dali { +/** + * @addtogroup dali_core_math + * @{ + */ /** * @brief Typedef for a viewport ( a rectangle representing a screen area ). + * @SINCE_1_0.0 */ typedef Rect Viewport; +/** + * @} + */ } // namespace Dali #endif // __DALI_VIEWPORT_H__