mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Fix documentation formatting error
This commit is contained in:
parent
bce20c3280
commit
a36e3a2033
@ -3450,8 +3450,8 @@ GLFWAPI int glfwExtensionSupported(const char* extension);
|
|||||||
* without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error.
|
* without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error.
|
||||||
*
|
*
|
||||||
* @param[in] procname The ASCII encoded name of the function.
|
* @param[in] procname The ASCII encoded name of the function.
|
||||||
* @return The address of the function, or `NULL` if an [error](@ref
|
* @return The address of the function, or `NULL` if an
|
||||||
* error_handling) occurred.
|
* [error](@ref error_handling) occurred.
|
||||||
*
|
*
|
||||||
* @remarks The address of a given function is not guaranteed to be the same
|
* @remarks The address of a given function is not guaranteed to be the same
|
||||||
* between contexts.
|
* between contexts.
|
||||||
|
Loading…
Reference in New Issue
Block a user