From 325729d0f6861c79d2122099f1b21bf5a2e841a4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 22 May 2016 14:25:04 +0200 Subject: [PATCH] Documentation work --- include/GLFW/glfw3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 4e4bdcd3..01ed9d01 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -2434,7 +2434,8 @@ GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window); * or video mode. * @param[in] height The desired height, in screen coordinates, of the client * area or video mode. - * @param[in] refreshRate The desired refresh rate, in Hz, of the video mode. + * @param[in] refreshRate The desired refresh rate, in Hz, of the video mode, + * or `GLFW_DONT_CARE`. * * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref * GLFW_PLATFORM_ERROR.