Fix doxygen errors 66/67466/1
authorRichard Huang <r.huang@samsung.com>
Tue, 26 Apr 2016 15:55:36 +0000 (16:55 +0100)
committerRichard Huang <r.huang@samsung.com>
Tue, 26 Apr 2016 15:55:36 +0000 (16:55 +0100)
Change-Id: Icecbf9c4ffce18e478cff0d370e3650a82d6b899

dali/devel-api/images/pixel-data.h
dali/devel-api/object/weak-handle.h
dali/devel-api/rendering/sampler.h

index 0a8d349..9835a16 100644 (file)
@@ -46,11 +46,11 @@ public:
   /**
    * @brief Create a PixelData object.
    *
-   * @param [in] buffer         The raw pixel data.
-   * @param [in] width          Buffer width in pixels
-   * @param [in] height         Buffer height in pixels
-   * @param [in] pixelFormat    The pixel format
-   * @param [in] release        The function used to release the memory.
+   * @param [in] buffer           The raw pixel data.
+   * @param [in] width            Buffer width in pixels
+   * @param [in] height           Buffer height in pixels
+   * @param [in] pixelFormat      The pixel format
+   * @param [in] releaseFunction  The function used to release the memory.
    */
   static PixelDataPtr New( unsigned char* buffer,
                            unsigned int width,
@@ -87,11 +87,11 @@ public:
   /**
    * @brief Constructor.
    *
-   * @param [in] buffer         The raw pixel data.
-   * @param [in] width          Buffer width in pixels
-   * @param [in] height         Buffer height in pixels
-   * @param [in] pixelFormat    The pixel format
-   * @param [in] release        The function used to release the memory.
+   * @param [in] buffer           The raw pixel data.
+   * @param [in] width            Buffer width in pixels
+   * @param [in] height           Buffer height in pixels
+   * @param [in] pixelFormat      The pixel format
+   * @param [in] releaseFunction  The function used to release the memory.
    */
   PixelData( unsigned char* buffer,
              unsigned int width,
index f2b4ea3..982a036 100644 (file)
@@ -169,7 +169,7 @@ public:
   }
 
   /**
-   * @copydoc Dali::WeakHandleBase::GetHandle()
+   * @copydoc Dali::WeakHandleBase::GetBaseHandle()
    */
   T GetHandle() const
   {
index 424ab87..6471e8e 100644 (file)
@@ -39,9 +39,6 @@ public:
 
   /**
    * @brief Creates a new Sampler object
-   *
-   * @param[in] image Image used by this sampler
-   * @param[in] uniformName String with the name of the uniform
    */
   static Sampler New();