Fix error lists for raw timer functions

This commit is contained in:
Camilla Berglund 2016-03-07 13:35:37 +01:00
parent 9f890bb6fa
commit 46fce40fd5

View File

@ -3628,8 +3628,7 @@ GLFWAPI void glfwSetTime(double time);
* @return The value of the timer, or zero if an * @return The value of the timer, or zero if an
* [error](@ref error_handling) occurred. * [error](@ref error_handling) occurred.
* *
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref * @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
* GLFW_INVALID_VALUE.
* *
* @thread_safety This function may be called from any thread. * @thread_safety This function may be called from any thread.
* *
@ -3647,8 +3646,7 @@ GLFWAPI GLFWuint64 glfwGetTimerValue(void);
* @return The frequency of the timer, in Hz, or zero if an * @return The frequency of the timer, in Hz, or zero if an
* [error](@ref error_handling) occurred. * [error](@ref error_handling) occurred.
* *
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref * @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
* GLFW_INVALID_VALUE.
* *
* @thread_safety This function may be called from any thread. * @thread_safety This function may be called from any thread.
* *