[Tizen] Functions that return value types should not return them as const.
[platform/core/uifw/dali-adaptor.git] / adaptors / base / display-connection.h
index dc50bbb..e59f74c 100644 (file)
@@ -51,7 +51,9 @@ public:
 
   /**
    * @brief Create an initialized DisplayConnection.
+   * Native surface will need this instead of DisplayConnection::New()
    *
+   * @param[in] type Render surface type
    * @return A handle to a newly allocated DisplayConnection resource.
    */
   static DisplayConnection* New( RenderSurface::Type type );