Documentation work

The error section of the reference documentation for
glfwWaitEventsTimeout was missing.

Closes #1326.
This commit is contained in:
Sylvain Boilard 2018-09-13 16:23:44 +02:00 committed by Camilla Löwy
parent a59315ed6a
commit 3b255af4c3

View File

@ -3777,6 +3777,9 @@ GLFWAPI void glfwWaitEvents(void);
*
* @param[in] timeout The maximum amount of time, in seconds, to wait.
*
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref
* GLFW_PLATFORM_ERROR and @ref GLFW_INVALID_VALUE.
*
* @reentrancy This function must not be called from a callback.
*
* @thread_safety This function must only be called from the main thread.