From a36e3a20334c10cf3461cbfaea51ae3e63f1d145 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 5 Nov 2015 17:14:26 +0100 Subject: [PATCH] Fix documentation formatting error --- include/GLFW/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index b1c5d449..bbc10ee7 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3450,8 +3450,8 @@ GLFWAPI int glfwExtensionSupported(const char* extension); * without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error. * * @param[in] procname The ASCII encoded name of the function. - * @return The address of the function, or `NULL` if an [error](@ref - * error_handling) occurred. + * @return The address of the function, or `NULL` if an + * [error](@ref error_handling) occurred. * * @remarks The address of a given function is not guaranteed to be the same * between contexts.