From a59c82c71e1d541f82f1c9f7cce9a558a453715b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 1 Mar 2013 15:20:29 +0100 Subject: [PATCH] Documentation tag fix. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 6f2656da..4ecd62dd 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1568,7 +1568,7 @@ GLFWAPI void glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun c * set callback. * @ingroup input * - * @note This receives all scrolling input, like that from a mouse wheel or + * @remarks This receives all scrolling input, like that from a mouse wheel or * a touchpad scrolling area. */ GLFWAPI void glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);