From defaea34965d50d161fd8a9f0e5bf5c9b91409fa Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 7 Mar 2016 13:36:54 +0100 Subject: [PATCH] Documentation work --- include/GLFW/glfw3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 712f006d..ce381fe3 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3642,6 +3642,8 @@ GLFWAPI void glfwSetTime(double time); GLFWAPI GLFWuint64 glfwGetTimerValue(void); /*! @brief Returns the frequency, in Hz, of the raw timer. + * + * This function returns the frequency, in Hz, of the raw timer. * * @return The frequency of the timer, in Hz, or zero if an * [error](@ref error_handling) occurred.