From 82ad6fcfd5ff2c22507c3a9d1e3539bbb4aff65b Mon Sep 17 00:00:00 2001 From: GruelingPine185 <66073333+GruelingPine185@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:39:20 -0400 Subject: [PATCH] Added clarification for in-code comments --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 58b395cd..f3729fe1 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3077,7 +3077,7 @@ GLFWAPI void glfwWindowHintString(int hint, const char* value); * This must be greater than zero. * @param[in] height The desired height, in screen coordinates, of the window. * This must be greater than zero. - * @param[in] title The initial, UTF-8 encoded window title. + * @param[in] title The initial, UTF-8 encoded, non-NULL window title. * @param[in] monitor The monitor to use for full screen mode, or `NULL` for * windowed mode. * @param[in] share The window whose context to share resources with, or `NULL`