Documentation work

Fixes #920.
Related to #1322.
This commit is contained in:
Camilla Löwy
2019-02-25 14:46:48 +01:00
parent 3a2a97f15d
commit a43d1a4937
4 changed files with 24 additions and 3 deletions

View File

@@ -1931,7 +1931,7 @@ GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
*/
GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
/*! @brief Returns the work area of the monitor.
/*! @brief Retrives the work area of the monitor.
*
* This function returns the position, in screen coordinates, of the upper-left
* corner of the work area of the specified monitor along with the work area
@@ -1954,7 +1954,7 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
*
* @thread_safety This function must only be called from the main thread.
*
* @sa @ref monitor_properties
* @sa @ref monitor_workarea
*
* @since Added in version 3.3.
*