doxygen: remove reference warnings. 56/157656/2
authorJee-Yong Um <jc9.um@samsung.com>
Wed, 21 Dec 2016 00:06:20 +0000 (16:06 -0800)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 25 Oct 2017 12:44:42 +0000 (12:44 +0000)
Reviewers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4503

Change-Id: Ib395f8f0bfba2bcbb6493d4a16c8411a5e6f2e3c
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eet/Eet.h
src/lib/eina/eina_matrix.h
src/lib/evas/Evas_GL.h

index a63c2a3..13d736e 100644 (file)
@@ -491,7 +491,7 @@ typedef enum _Eet_File_Mode
 } Eet_File_Mode; /**< Modes that a file can be opened. */
 
 /**
- * @enum _Eet_Image_Encoding
+ * @enum Eet_Image_Encoding
  * Specify lossy encoding for image
  * @since 1.10
  */
index 3578452..d8f9bf8 100644 (file)
@@ -714,8 +714,8 @@ EAPI void eina_matrix3_copy(Eina_Matrix3 *dst, const Eina_Matrix3 *src);
  * @brief Multiplies two matrix.
  *
  * @param out The resulting matrix
- * @param a The first member of the multiplication
- * @param b The second member of the multiplication
+ * @param mat_a The first member of the multiplication
+ * @param mat_b The second member of the multiplication
  *
  * @since 1.17
  *
@@ -730,8 +730,8 @@ EAPI void eina_matrix3_multiply(Eina_Matrix3 *out, const Eina_Matrix3 *mat_a,
  * @brief Multiplies two matrix.
  *
  * @param out The resulting matrix
- * @param a The first member of the multiplication
- * @param b The second member of the multiplication
+ * @param mat_a The first member of the multiplication
+ * @param mat_b The second member of the multiplication
  *
  * @since 1.17
  *
index 7b56cf1..a85b754 100644 (file)
@@ -5582,8 +5582,7 @@ struct _Evas_GL_API
     * Evas GL will use the same EGLDisplay as used in the create function.
     */
    void         (*evasglDestroyImage) (EvasGLImage image);
-
-
+   /** @} */
 
    // ---------------------------------------------------------------------- //
    /* Evas_GL_API version 2: */
@@ -5888,7 +5887,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
    /* GL_QCOM_tiled_rendering */
    void         (*glStartTilingQCOM) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
    void         (*glEndTilingQCOM) (GLbitfield preserveMask);
-
+   /** @} */
 
    /*------- EvasGL / EGL-related functions -------*/
    /**
@@ -5993,8 +5992,6 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
    int          (*evasglWaitSync) (Evas_GL *evas_gl, EvasGLSync sync, int flags);
    /** @} */
 
-
-
    // ---------------------------------------------------------------------- //
    /* Evas_GL_API version 3: */
 
@@ -6021,6 +6018,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
     */
    Eina_Bool    (*evasglQueryWaylandBuffer) (Evas_GL *evas_gl, void *buffer, int attribute, int *value);
    /** @} */
+
    // ---------------------------------------------------------------------- //
    /**
     * @anchor gles3
@@ -6281,6 +6279,9 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
     */
 };
 
+/**
+ * @}
+ */
 
 #ifdef __cplusplus
 }
@@ -6290,6 +6291,3 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
 #define EAPI
 
 #endif
-/**
- * @}
- */