Added clarification for in-code comments

This commit is contained in:
GruelingPine185 2023-08-12 15:39:20 -04:00
parent 3eaf1255b2
commit 82ad6fcfd5

View File

@ -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`