1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-12-02 21:07:23 +01:00
parent deb0b3d693
commit 1b59002682

View File

@ -1000,7 +1000,7 @@ GLFWAPI GLFWmonitor glfwGetPrimaryMonitor(void);
/*! @brief Returns a property of the specified monitor. /*! @brief Returns a property of the specified monitor.
* @ingroup monitor * @ingroup monitor
*/ */
GLFWAPI int glfwGetMonitorParam(GLFWmonitor monitor, int param); GLFWAPI int glfwGetMonitorParam(GLFWmonitor monitor, int param);
/*! @brief Returns the name of the specified monitor. /*! @brief Returns the name of the specified monitor.
* @param[in] monitor The monitor to query. * @param[in] monitor The monitor to query.