diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 12:07:45 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-02-28 12:07:45 +0100 |
commit | dd7a6c511277e08106e7d88f465b748d6165a61f (patch) | |
tree | 4bfb463784dec689c386feefadbe54a820c4653a | |
parent | 9c24c05458a0b9f4aca8897d1608b6fc6a7ab465 (diff) |
doxygen: fix invalid anchor names
-rw-r--r-- | src/lib/evas/Evas_GL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index d06e88a053..0a96f7e13c 100644 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h | |||
@@ -5990,7 +5990,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext | |||
5990 | void (*glWaitSync) (GLsync sync, GLbitfield flags, uint64_t timeout); | 5990 | void (*glWaitSync) (GLsync sync, GLbitfield flags, uint64_t timeout); |
5991 | /** @} */ | 5991 | /** @} */ |
5992 | /** | 5992 | /** |
5993 | * @anchor gles3.1 | 5993 | * @anchor gles3_1 |
5994 | * @name OpenGL-ES 3.1. | 5994 | * @name OpenGL-ES 3.1. |
5995 | * | 5995 | * |
5996 | * Evas_GL_API version 5. | 5996 | * Evas_GL_API version 5. |
@@ -6070,7 +6070,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext | |||
6070 | /** @} */ | 6070 | /** @} */ |
6071 | 6071 | ||
6072 | /** | 6072 | /** |
6073 | * @anchor gles3.2 | 6073 | * @anchor gles3_2 |
6074 | * @name OpenGL-ES 3.2. | 6074 | * @name OpenGL-ES 3.2. |
6075 | * | 6075 | * |
6076 | * Evas_GL_API version 6. | 6076 | * Evas_GL_API version 6. |