Doc: Fix refs of preedit API

This commit is contained in:
Daijiro Fukuda 2022-05-23 18:27:35 +09:00
parent 6c6f5d712f
commit 0b0f9e8e5b

View File

@ -5064,7 +5064,7 @@ GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor);
* @par Thread Safety
* This function may only be called from the main thread.
*
* @sa @ref input_char
* @sa @ref preedit
*
* @since Added in GLFW 3.X.
*
@ -5087,7 +5087,7 @@ GLFWAPI void glfwGetPreeditCursorPos(GLFWwindow* window, int *x, int *y, int *h)
* @par Thread Safety
* This function may only be called from the main thread.
*
* @sa @ref input_char
* @sa @ref preedit
*
* @since Added in GLFW 3.X.
*
@ -5265,7 +5265,7 @@ GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmods
* @par Thread Safety
* This function may only be called from the main thread.
*
* @sa @ref input_char
* @sa @ref preedit
*
* @since Added in GLFW 3.X
*
@ -5287,7 +5287,7 @@ GLFWAPI GLFWpreeditfun glfwSetPreeditCallback(GLFWwindow* window, GLFWpreeditfun
* @par Thread Safety
* This function may only be called from the main thread.
*
* @sa @ref input_char
* @sa @ref preedit
*
* @since Added in GLFW 3.X
*